Query parameters
-
Project ID
-
Archived
-
No of records per page
-
Record Offset
-
Sorting order, default is ascending
Values are
ascending
ordescending
.
GET
/api/v1.0/taskgroups
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/taskgroups?project_id=string&archived=true&limit=25&offset=0' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"items": [
{
"id": "string",
"name": "string",
"order": 42.0,
"project_id": "string",
"color": "string",
"milestone": "string",
"is_completion_group": true,
"assignees": [
"string"
],
"hidden": [
"string"
],
"rollup": {}
}
],
"hasMore": false
}