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
Name of the field to sort record. It should be one of below value with either ASC or DESC. For example,
completedOn:DESC
, to sort record based on completion date in descending orderValues are
dueDate
,archivedOn
, orcompletedOn
. -
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
-
Success Response
-
The client request has not been completed because it lacks valid authentication credentials for the requested resource.
-
The client does not have access rights to the content.
-
The request method is known by the server but is not supported by the target resource.
curl \
-X GET https://openapi.niftypm.com/api/v1.0/tasks \
-H "Authorization: Bearer $ACCESS_TOKEN"
{
"tasks": [
{}
],
"hasMore": false
}
{
"tasks": [
{}
],
"hasMore": false
}