Territories

A territory is an area where an assignee or a team operates.

Listing territories
$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/territories | jq
{
  "territories": [
    {
      "uuid": "70f19e99-d3e3-4366-8bd9-2f1c8c8c784a",
      "name": "New York"
    },
    {
      "uuid": "48d774ed-7c07-4ba4-925d-d8089a728f6e",
      "name": "New Jersey"
    },
    {
      "uuid": "7570a5ae-7760-4161-a0c7-56b7e4f3cad3",
      "name": "Massachusetts"
    }
  ]
}
Table 1. Fields of territories elements
Field Type JSON type Can be null Description

uuid

UUID

String

No

Unique identifier

name

String

String

No

Territory name.
Must be unique, up to 200 characters