Teams

Number of APIs: 17

  1. Get links for a team GET {{baseUrl}}/api/v2/team/:team_id/links

  2. Create a team link POST {{baseUrl}}/api/v2/team/:team_id/links

  3. 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>

  4. Create a team POST {{baseUrl}}/api/v2/team

  5. Remove a team DELETE {{baseUrl}}/api/v2/team/:team_id

  6. Get a team GET {{baseUrl}}/api/v2/team/:team_id

  7. Update a team PATCH {{baseUrl}}/api/v2/team/:team_id

  8. Remove a team link DELETE {{baseUrl}}/api/v2/team/:team_id/links/:link_id

  9. Get a team link GET {{baseUrl}}/api/v2/team/:team_id/links/:link_id

  10. Update a team link PATCH {{baseUrl}}/api/v2/team/:team_id/links/:link_id