# Response Structure
The response for each API Method will be detailed in the documentation for each individual API Method.
Generally there are two types of response:
# Ticket Raised
Requesting something to happen on the system will generally result in a ticket being raised. This ticket will then be processed.
# Details Returned
Requesting information from the system will result in that information, when it is available, being returned.
# Error Response
When the request is not successful you will receive details of the error.
{
  ok: false,
  errorCode: '...',
  errorMessage: '...'
}
← Authentication Errors →