| id | integer <int64> Cancel reason identifier. |
| allows_ticket_reopening | boolean Whether a ticket with this cancel reason can be reopened. |
| customer_fault | boolean Indicates if ticket with this reason was cancelled because of something the customer did. |
| manually_applicable | boolean Whether this cancel reason can be manually set by a ticket's operator. |
| name | string [ 1 .. 255 ] characters Human-readable description of the cancel reason. |
{- "id": 0,
- "allows_ticket_reopening": true,
- "customer_fault": true,
- "manually_applicable": true,
- "name": "Operation too risky."
}Retrieve a list of possible ticket cancel reasons.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25
}, - "result": [
- {
- "id": 0,
- "allows_ticket_reopening": true,
- "customer_fault": true,
- "manually_applicable": true,
- "name": "Operation too risky."
}
], - "total": 4
}Retrieve a single cancel reason by its identifier.
Successful response.
| id | integer <int64> Cancel reason identifier. |
| allows_ticket_reopening | boolean Whether a ticket with this cancel reason can be reopened. |
| customer_fault | boolean Indicates if ticket with this reason was cancelled because of something the customer did. |
| manually_applicable | boolean Whether this cancel reason can be manually set by a ticket's operator. |
| name | string [ 1 .. 255 ] characters Human-readable description of the cancel reason. |
An error occurred - see status code and problem response for more information.
{- "id": 0,
- "allows_ticket_reopening": true,
- "customer_fault": true,
- "manually_applicable": true,
- "name": "Operation too risky."
}