Teams
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of entities.
50membersnumberOptional
optional, filter teams for specific members (currently only a single occurrence of this param is allowed)
Responses
200
The teams
application/json
get
/teams200
The teams
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
idinteger · int64Optional
namestringOptional
visibilitystring · enumOptionalPossible values:
createdAtstring · date-timeOptional
Date in ISO-8601
updatedAtstring · date-timeOptional
Date in ISO-8601
Responses
200
The newly created team
application/json
post
/teams200
The newly created team
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
idinteger · int64Optional
namestringOptional
visibilitystring · enumOptionalPossible values:
createdAtstring · date-timeOptional
Date in ISO-8601
updatedAtstring · date-timeOptional
Date in ISO-8601
Responses
200
The updated team
application/json
put
/teams/{id}200
The updated team
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
rolestring · enumOptionalPossible values:
Responses
200
The added team member
application/json
post
/teams/{id}/members200
The added team member
Last updated
Was this helpful?