teams retrieve

GET {{baseUrl}}/teams/:id

Returns a Team object with the given id.

Request Params

KeyDatatypeRequiredDescription
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"id":"13a72919-9fae-4f54-81ca-ddfd8712a1ba","remote_id":"19202938","name":"Engineering","parent_team":"1b998423-db0a-4037-a4cf-f79c60cb67b3","remote_data":[{"path":"ullamco est labore enim voluptate","data":{"elit_3":{},"in789":{}}},{"path":"sed Ut","data":{"Lorem_c6":{}}}],"remote_was_deleted":true}