List of Template Categories

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.

Response Information

Example
application/json, text/json
[
    {
        "TemplateCategoryID": 0,
        "Description": "(None)"
    },
    {
        "TemplateCategoryID": 1,
        "Description": "On Order"
    },
    {
        "TemplateCategoryID": 2,
        "Description": "ILL Item"
    },
    {
        "TemplateCategoryID": 3,
        "Description": "On The Fly"
    }
]

HTTP Response Codes

Code Description
200 OK. Success