Skip to content

Tickets

A ticket tracks a customer request from start to finish, holding its type, priority, status and owner. The API lets you create, retrieve, update and delete tickets. See Ticket Management for the workflow and Ticket Configuration for the lists behind these fields.

/backend/api/v1/tickets/ID - fetch the ticket with the specified ID.

/backend/api/v1/tickets/ - list all tickets.

/backend/api/v1/customers/ID/tickets/ - list tickets for the customer with the specified ID.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include tickets with a higher ID
createdSincedatetimeNoOnly include tickets created since the given time
updatedSincedatetimeNoOnly include tickets updated since the given time

/backend/api/v1/tickets/ - create a new ticket. The newly-added ticket will be returned.

/backend/api/v1/tickets/ID - update the ticket with the specified ID. The modified ticket will be returned.

/backend/api/v1/tickets/ID - delete the ticket with the specified ID.

FieldNameTypeDescription
customerIDCustomerNumberThe ID of the customer this ticket is for
ticketTypeTicket TypePreset ValueThe type of ticket (e.g., sales, billing)
statusTicket StatusPreset ValueCurrent status of the ticket (e.g., open, assigned, resolved, closed)
ticketPriorityTicket PriorityPreset ValueThe priority level of this ticket
customerEmailCustomer's Email AddressTextEmail address of the customer for this ticket
subjectSubjectTextBrief description or title of the ticket
ticketContentContentTextMost recent content or description from ticket activities
ownerOwned ByPreset ValueUser who owns this ticket and is responsible for its resolution
usersUsersTextIndividual users assigned to work on this ticket
departmentsDepartmentsTextDepartments assigned to work on this ticket
ticketSuppliersSuppliersTextExternal suppliers involved in resolving this ticket
createdDateDateDateDate when this ticket was created
ticketFollowupDateFollowup RequiredDateDate when followup action is required for this ticket
ticketActionRequiredDateAction RequiredDateDate when specific action is required to be taken on this ticket
idTicket IDTextThe unique identifier for this ticket