v1
latestOpenAPI 3.0.02026-07-136452257.6 KBFind all status
get/config/statustype
Query parameters
objectSchemaIdstring
Include statuses for the object schema id. If supplied statuses for the object schema will be returned otherwise all global will be returned
Response
Example response
[
{
"id": "1",
"name": "Action Needed",
"description": "",
"category": 2,
"objectSchemaId": null
},
{
"id": "2",
"name": "Active",
"description": "",
"category": 1,
"objectSchemaId": null
},
{
"id": "3",
"name": "Closed",
"description": "",
"category": 0,
"objectSchemaId": null
},
{
"id": "4",
"name": "In Service",
"description": "",
"category": 2,
"objectSchemaId": null
},
{
"id": "5",
"name": "Running",
"description": "",
"category": 1,
"objectSchemaId": null
},
{
"id": "6",
"name": "Stopped",
"description": "",
"category": 0,
"objectSchemaId": null
},
{
"id": "7",
"name": "Support Requested",
"description": "",
"category": 2,
"objectSchemaId": null
}
]