Last updated 1 year ago
Was this helpful?
GET /api/2.0/templates/timeEntry HTTP/1.1 Host: tracket.dev Accept: */*
{ "id": "text", "fields": [ { "id": "text", "label": "text", "type": "single-select", "isRequired": true, "defaultOption": "text" } ], "_links": { "self": { "href": "text" } } }
GET /api/2.0/templates/timeEntry/fields/{customFieldId}/options HTTP/1.1 Host: tracket.dev Accept: */*
{ "size": 1, "total": 1, "next-cursor": "text", "items": [ { "fieldId": "text", "optionId": "text", "label": "text", "isArchived": true } ], "_links": { "self": { "href": "text" }, "prev": { "href": "text" }, "next": { "href": "text" } } }