Product Features
Free & Special Offers
Partner Programs
Company & Support
Product Features
Free & Special Offers
Partner Programs
Company & Support
© Beenia • All rights reserved • Co-founded by Founderscope
This endpoint allows you to retrieve information about all activities within a specific team. This can be useful for displaying and managing activities within the team or for automating processes that require information about activities.
Request
Response
After successfully retrieving activities, you will receive response in JSON format with information:
[
{
"name": "activity task 1",
"dueDate": null,
"externalId": null,
"id": 55556504,
"reportedState": null,
"assignee": [],
"followers": [],
"section": {
"id": 21555650,
"name": "testing section"
},
"tags": {},
"state": "OPEN",
"parentActivity": null,
"calcNumOpenSubActivities": 0,
"deleted": false,
"kanban": null,
"lastModified": "2023-09-18T09:52:54.384Z",
"calcComments": 0,
"sortOrder": 5.000000239755E11,
"priority": null,
"delegationRootActivityId": null,
"delegationTargetActivityId": null,
"delegationTargetActivityIsActive": false,
"customFields": {},
"owner": {
"id": 13450,
"fullName": "Black Hannah"
},
"backgroundId": null,
"hasDescription": false
},
...
]
Description of attributes: