© 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. NOTE: Both INNReach and Rapido type templates share one category, 'Resource Sharing' with TemplateCategoryID = 4
[
{
"TemplateCategoryID": 1,
"Description": "On order"
},
{
"TemplateCategoryID": 2,
"Description": "ILL"
},
{
"TemplateCategoryID": 3,
"Description": "On the fly"
},
{
"TemplateCategoryID": 4,
"Description": "Resource Sharing"
},
{
"TemplateCategoryID": 5,
"Description": "Serial"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |