GET api/ticket/ticketsubtypes

Gets all sub-types of ticket

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/ticket/ticketsubtypes  
Example Result
[
   {
    "ProblemCategoryId": 3,    
    "Name": "Software - TSM server",
    "Description": "Any problem related to TSM server software configuration or function.",
    "ModifiedDate": "2016-03-20 17:56:29.297",  
    "Order": 0
  },
  {
    "ProblemCategoryId": 4,  
    "Name": "Predatar – Tuning",
    "Description": "A ticket was erroneously raised due to incorrect Predatar tuning.",
    "ModifiedDate": "2016-03-20 17:55:55.193",  
    "Order": 0
  },
  {
    "ProblemCategoryId": 1,  
    "Name": "Hardware - Tape and Library and Media",
    "Description": "Any tape library related issue either drive, library or media related.",
    "ModifiedDate": "2016-03-20 17:55:34.957",
    "Order": 0  
  }
]