latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Teams

Get team

get/teams/{id}

Path parameters

idinteger required

ID of the team

Response

Successfully retrieved team's information

Example response

{
  "team": {
    "id": 963,
    "name": "Cleaning",
    "description": "Team responsible for cleaning the factory",
    "assetIds": [
      12,
      46
    ],
    "membersCount": 3,
    "locationIds": [
      7,
      145,
      988
    ]
  }
}