Skip to main content

https://developers.sysaid.com/reference/createservicerecord asks for a numeric value for “srSubType”.  Where do I find a list of values in Sysaid?

Hi there,

SysAid Copilot is here with our AI Magic!

Here is the response we thought might assist you:

copilot-1.png
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.

I get a 404 via API call to /api/v1/subtypes?srType=10


Reply