Teams
Number of APIs: 17
-
Get links for a team GET {{baseUrl}}/api/v2/team/:team_id/links
-
Create a team link POST {{baseUrl}}/api/v2/team/:team_id/links
-
Get all teams GET {{baseUrl}}/api/v2/team?page[number]=0&page[size]=10&sort=user_count&include=user_team_permissions&include=team_links&filter[keyword]=<string>&filter[me]=<boolean>
-
Create a team POST {{baseUrl}}/api/v2/team
-
Remove a team DELETE {{baseUrl}}/api/v2/team/:team_id
-
Get a team GET {{baseUrl}}/api/v2/team/:team_id
-
Update a team PATCH {{baseUrl}}/api/v2/team/:team_id
-
Remove a team link DELETE {{baseUrl}}/api/v2/team/:team_id/links/:link_id
-
Get a team link GET {{baseUrl}}/api/v2/team/:team_id/links/:link_id
-
Update a team link PATCH {{baseUrl}}/api/v2/team/:team_id/links/:link_id