teams retrieve
GET {{baseUrl}}/teams/:id
Returns a Team
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
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}