Ticket
Authorizations
HTTPRequired
Body
brandIDstringOptional
type: number
channelIDstringOptional
type: number
directionstringOptional
type: ^inbound|outbound$
fromstringOptional
type: string
fromNamestringOptional
type: string = ' '
tostringOptional
type: string
titlestringOptional
type: string
assignedGroupIDstringOptional
type: number = 0
formIDstringOptional
type: number = null
Responses
200
Successful response
application/json
post
/api/v2/ticket200
Successful response
Authorizations
HTTPRequired
Path parameters
ticketIDstringRequired
Body
externalPrimaryIDstringOptional
type: string = null
The external primary ID of the customer this ticket belongs to.
titlestringOptional
type: string = null
statusstringOptional
type: ^(solved|closed)$ = null
Responses
200
Successful response
application/json
put
/api/v2/ticket/{ticketID}200
Successful response
Authorizations
HTTPRequired
Body
TicketIDsstringOptional
type: ^[0-9, ]+$
Can be multiple ID's comma-separated (space allowed).
actions[0][actionType]stringOptional
type: string
Needs to be an action type.
actions[0][value]stringOptional
type: string
Needs to be the value the action would use.
Responses
200
Successful response
application/json
post
/api/v2/ticket/batch200
Successful response
Last updated