Territories
A territory is an area where an assignee or a team operates.
Resource URL: https://api.planadoapp.com/v2/territories
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"
}
]
}
Field | Type | JSON type | Can be null |
Description |
---|---|---|---|---|
|
UUID |
String |
No |
Unique identifier |
|
String |
String |
No |
Territory name. |