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 a list of teams to which the user is assigned and can be used for various purposes, such as displaying available teams within the application or selecting a team for further operations.
Request
Response
After successfully returning teams, you will receive response in JSON format with information about the specific team:
[
{
"id": 281698,
"state": "OPEN",
"visibility": "PRIVATE",
"tags": {},
"parentTeam": null,
"deleted": false,
"deletedAt": null,
"premium": true,
"billing": true,
"principalRole": "MEMBER",
"name": "Beenia testing team",
"externalId": null
},
...
]
Description of attributes:
Retrieve activity sections for Team
This endpoint allows you to retrieve information about all sections for activities within a specific team. This information enables you to efficiently organize work within the team and assign tasks to individual sections.
Request
Response
After successfully retrieving activity sections, you will receive response in JSON format with the following information:
[
{
"id": 21550,
"state": "OPEN",
"deleted": false,
"lastModified": "2023-09-18T09:52:57.848Z",
"assignee": [],
"tags": {},
"sortOrder": 47101.0,
"name": "testing section",
"description": null,
"color": "#74A4FF",
"externalId": null,
"dueDate": null
},
...
]
Description of attributes: