Teams

Workers can be grouped into teams. Jobs can be assigned to teams as well as individual workers.

Listing teams
$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/teams | jq
{
  "teams": [
    {
      "uuid": "a1620b1d-257d-49a9-9adf-6e958603c571",
      "name": "Alpha",
      "territory": {
        "uuid": "70f19e99-d3e3-4366-8bd9-2f1c8c8c784a",
        "name": "New York"
      }
    },
    {
      "uuid": "ea2af535-33e6-4398-bf37-0fc3f1d0c7a2",
      "name": "Bravo",
      "territory": {
        "uuid": "48d774ed-7c07-4ba4-925d-d8089a728f6e",
        "name": "New Jersey"
      }
    },
    {
      "uuid": "3f5aa459-0a35-414f-9f13-42a044bab354",
      "name": "Charlie",
      "territory": {
        "uuid": "7570a5ae-7760-4161-a0c7-56b7e4f3cad3",
        "name": "Massachusetts"
      }
    }
  ]
}
Table 1. Fields of teams elements
Field Type JSON type Can be null Description

uuid

UUID

String

No

Unique identifier

name

String

String

No

Team name.
Must be unique, up to 200 characters

territory

Territory

Object

Yes

Default team territory