List user tasks
Get tasks assigned to users
Get tasks assigned to users
GET
https://<baseurl>/v1/organization/mytask/list/@clientUUID/@userUUID
Path Parameters
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200,
"mytasks": [
{
"id": 42,
"uuid": "077e726b-357c-466b-a24c-091c5785e6c7",
"title": "Test task aswathy",
"ts": "17 Jan 2020",
"startDate": "17 Jan 2020",
"endDate": "26 Jan 2020",
"status": "To Do",
"name": "Aswathy",
"assignedTo": "cbb61880-42a9-405f-8c85-43d935809b47",
"createdBy": "Aswathy"
},
]
}
#########################################################################
## Error:No data found
#########################################################################
{
"message": "error",
"status": 400,
"description": "No data found"
}