© 2026 Clarivate
GET /api/.../templates/categories?includeEmptyObject=true
Return a list of all template categories in the system. Include the '(None)' entry for a user listbox or combobox.
[
{
"TemplateCategoryID": 0,
"Description": "(None)"
},
{
"TemplateCategoryID": 1,
"Description": "On Order"
},
{
"TemplateCategoryID": 2,
"Description": "ILL Item"
},
{
"TemplateCategoryID": 3,
"Description": "On The Fly"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |