List tracking templates
Templates are ordered by creation date, from oldest to newest.
$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/tracking/templates | jq
{
"tracking_templates": [
{
"uuid": "1ed8feba-b855-6290-a8b0-1ef2a1c15efe",
"name": null,
"default": true,
"availability_period_min": 10080,
},
{
"uuid": "1ed8feba-f9eb-6350-a8b0-1ef2a1c15efe",
"name": "Review",
"default": false,
"availability_period_min": 1440,
},
...
]
}
Field | Type | JSON Type | Can be null |
Description |
---|---|---|---|---|
|
UUID |
String |
No |
Unique identifier |
|
String |
String |
Yes |
Tracking template name |
|
Boolean |
Boolean |
No |
Whether the tracking template is default |
|
Integer |
Number |
No |
How long page will be avaliable after creating |