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. NOTE: Both INNReach and Rapido type templates share one category, 'Resource Sharing' with TemplateCategoryID = 4

Response Information

Example
application/json, text/json
[
  {
    "TemplateCategoryID": 1,
    "Description": "On order"
  },
  {
    "TemplateCategoryID": 2,
    "Description": "ILL"
  },
  {
    "TemplateCategoryID": 3,
    "Description": "On the fly"
  },
  {
    "TemplateCategoryID": 4,
    "Description": "Resource Sharing"
  },
  {
    "TemplateCategoryID": 5,
    "Description": "Serial"
  }
]

HTTP Response Codes

Code Description
200 OK. Success