https://developers.sysaid.com/reference/createservicerecord asks for a numeric value for “srSubType”. Where do I find a list of values in Sysaid?
Page 1 / 1
Hi there,
SysAid Copilot is here with our AI Magic!
Here is the response we thought might assist you:
Love the experience? You can enjoy the full power of SysAid Copilot and reduce your team workload starting today - check it by yourself
SysAid Copilot is here with our AI Magic!
Here is the response we thought might assist you:

You define and see srSubType values in your own account. Two quick ways:
1) In the UI
- Go to Settings > Service Desk Templates > Sub-types.
- Select the Service Record Type (Incident/Request/Problem/Change).
- The list shows each sub type and its ID (that numeric ID is what you pass as srSubType).
2) Via API
- Call GET /api/v1/subtypes?srType={1|10|6|4}
- Each item returns its id and name. Use the id as srSubType in Create Service Record.
Notes:
- IDs are account-specific and auto-assigned; there’s no global list.
- srType values: 1=Incident, 10=Request, 6=Problem, 4=Change.
1) In the UI
- Go to Settings > Service Desk Templates > Sub-types.
- Select the Service Record Type (Incident/Request/Problem/Change).
- The list shows each sub type and its ID (that numeric ID is what you pass as srSubType).
2) Via API
- Call GET /api/v1/subtypes?srType={1|10|6|4}
- Each item returns its id and name. Use the id as srSubType in Create Service Record.
Notes:
- IDs are account-specific and auto-assigned; there’s no global list.
- srType values: 1=Incident, 10=Request, 6=Problem, 4=Change.
Love the experience? You can enjoy the full power of SysAid Copilot and reduce your team workload starting today - check it by yourself
I get a 404 via API call to /api/v1/subtypes?srType=10
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.