Message-ID: <137111923.5471.1711725418524.JavaMail.OWNEROR-35QKUD1$@OWNEROR-35QKUD1> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_5470_756329343.1711725418524" ------=_Part_5470_756329343.1711725418524 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Get all my activities

Get all my activities

GET /1/activities/me?token=3D{token}&username=3D{username}&a= mp;projectid=3D{projectid}&keypointid=3D{keypointid}


Request

Path Parameters

name required type description
token true string

Token generated in ProPlan

username true string Username from ProPlan
projectid false integer id of the project (if not given re= turns all)
keypointid false integer id of keypoint (if not given retur= ns all)


Response

{
"activities":[
{ =09 "id": id of activity, =09 "description": "description of activity", =09 "responsible":{ =09=09 "id": id of responsible, =09=09 "username": "username" =09 }, =09 "due": "date of activity", =09 "state": "state of activity", =09 "keypointid": keypointid
}]

}


------=_Part_5470_756329343.1711725418524--