Admins do not have access to this endpoint.
/ticket
Methods
Gets the list of Tickets.
Fields Parameter
Request Parameters
None
Filter Parameters
usable - The response will be an object containing an array of usable Tickets. By default, both usable and manageable objects are returned.
manageable - The response will be an object containing all manageable Tickets. By default, both usable and manageable objects are returned.
Example Response
Adds a Ticket.
Request Parameters
Example Response
/ticket/{id}
Methods
Gets the Ticket associated with {id}.
Fields Parameter
Request Parameters
None
Example Response
Edits the Ticket associated with {id}, changing only the passed in fields.
NOTE: When a ticket status is changed to "closed", all queries associated with the ticket are deleted.
Request Parameters
(All fields are optional)
See /ticket::POST for parameters.
Example Response
See /ticket/{id}::GET