Get Personal Tasks
This endpoint fetch the list of personal tasks for the team member.
GET
/api/v1.0/tasks/personal
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/tasks/personal?limit=25' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"tasks": [
{}
],
"hasMore": false
}