v18

latestOpenAPI 3.1.0raw.githubusercontent.com2022-08-0421329.6 KB
v1

Get Team

get/v1/teams/{id}

Response

Team response

Example response

{
  "data": {
    "attributes": {
      "name": "string",
      "managers": [
        {
          "id": "string",
          "email": "string"
        }
      ],
      "users": [
        "string"
      ],
      "sentInvitations": [
        "string"
      ],
      "areas": [
        null
      ],
      "layers": [
        null
      ],
      "confirmedUsers": [
        {
          "id": "string",
          "email": "string"
        }
      ],
      "createdAt": "2019-08-24T14:15:22Z"
    }
  }
}