Query parameters
-
project_id string
Project ID
-
task_group_id string
Task Group ID
-
task_id string
Task ID
-
member_id string
Member ID
-
meeting_id string
Meeting ID
-
milestone_id string
Milestone ID
-
completed_by string
Completed By
-
archived string
Archived
-
include_archived string
Include Archived
-
completed string
Completed
-
limit string
No of records per page
-
offset string
Record Offset
-
order string
Order
-
from string
From
-
to string
To
-
archived_from string
Archived From
-
archived_to string
Archived To
-
completed_from string
Completed From
-
completed_to string
Completed To
-
include_subtasks boolean
Include Subtask
-
sort string
Sorting order, default is ascending
Values are
ascending
ordescending
.
Responses
-
• 200 object
Success Response
-
• 401
The client request has not been completed because it lacks valid authentication credentials for the requested resource.
-
• 403
The client does not have access rights to the content.
-
• 405
The request method is known by the server but is not supported by the target resource.
GET /api/v2.0/tasks
curl \
-X GET https://openapi.niftypm.com/api/v2.0/tasks \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"items": [
{}
],
"hasMore": false
}