Tickets / Merge

Merge ticket(s).

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/merge

Method: POST

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
inputDTO_ticket_merge_inputBody

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_ticket_complete

Wrapper: DTO_response_wrap

Other response statuses: 400 (BadRequest), 403 (Forbidden)

  Response body example

DTO_ticket_merge_input
NameTypeReadOnlyDescription
merge_to_ticket_idInt32Merge to ticket id
merge_from_ticket_idsInt32[]Merge from ticket ids
DTO_ticket_complete
NameTypeReadOnlyDescription
ticketObjectTicket
suggested_replyDTO_ticket_conversationSuggested reply
conversationsDTO_ticket_conversation[]Conversations
auto_saved_replyDTO_auto_saveAuto saved reply
more_like_thisDTO_search_response[]More like this
quick_actionsDTO_ticket_quick_actionsQuick actions
more_from_requesterDTO_ticket_more_from_requesterMore from requester
DTO_ticket_conversation
NameTypeReadOnlyDescription
sys_statusDTO_reference_colorSys status
created_byDTO_reference_userReadOnlyCreated by
last_updated_byDTO_reference_userReadOnlyLast updated by
requesterDTO_contactRequester
last_message_extractedStringLast message extracted
sys_attachmentsDTO_reference_attachment[]Sys attachments
idInt32ReadOnlyId
ticket_idInt32Ticket id
createdDateTimeReadOnlyCreated
last_updatedDateTimeReadOnlyLast updated
typeENUM ticket_conversation_typeType
email_addressesDTO_email_address[]Email addresses
sys_content_richDTO_rich_textSys content rich
DTO_reference_color
NameTypeReadOnlyDescription
bg_colorStringReadOnlyBg color
text_colorStringReadOnlyText color
idInt32Id
labelObjectReadOnlyLabel
DTO_reference_user
NameTypeReadOnlyDescription
profile_picStringReadOnlyProfile pic
emailStringReadOnlyEmail
idInt32Id
labelObjectReadOnlyLabel
DTO_contact
NameTypeReadOnlyDescription
user_idInt32User id
emailStringEmail
nameStringName
profile_picStringProfile pic
DTO_reference_attachment
NameTypeReadOnlyDescription
size_kbInt32ReadOnlySize kb
statusENUM attachment_statusReadOnlyStatus
status_messageStringReadOnlyStatus message
download_urlStringReadOnlyDownload url
idInt32Id
labelObjectReadOnlyLabel
DTO_email_address
NameTypeReadOnlyDescription
emailStringEmail
nameStringName
directionENUM email_address_directionDirection
DTO_rich_text
NameTypeReadOnlyDescription
plain_previewStringReadOnlyPlain preview
htmlStringHtml
editorjsDTO_editorjsEditorjs
read_minutesInt32Read minutes
DTO_editorjs
NameTypeReadOnlyDescription
timeInt64Time
versionStringVersion
blocksDTO_editorjs_block[]Blocks
DTO_editorjs_block
NameTypeReadOnlyDescription
idStringId
typeStringType
dataObjectData
DTO_auto_save
NameTypeReadOnlyDescription
entityENUM entityEntity
optional_idInt32 (nullable)Optional id
dataJObjectData
DTO_search_response
NameTypeReadOnlyDescription
sys_statusDTO_referenceSys status
categoryDTO_referenceCategory
groupDTO_referenceGroup
idInt32Id
titleStringTitle
highlightStringHighlight
additional_infoStringAdditional info
entityENUM entityReadOnlyEntity
scoreDoubleReadOnlyScore
score_weightedDoubleReadOnlyScore weighted
external_linkStringReadOnlyExternal link
createdDateTimeCreated
bodyStringStore the full text of the entity in plain text.
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.
DTO_ticket_quick_actions
NameTypeReadOnlyDescription
sys_statusDTO_referenceReadOnlySys status
sys_priorityDTO_referenceReadOnlySys priority
languageDTO_referenceReadOnlyLanguage
groupDTO_referenceReadOnlyGroup
assigneeDTO_referenceReadOnlyAssignee
sys_tagDTO_referenceReadOnlySys tag
DTO_ticket_more_from_requester
NameTypeReadOnlyDescription
ticketsObjectTickets
additional_countInt32Additional count
ENUM ticket_conversation_type
ValueNameDescription
0UNKNOWNUNKNOWN
1REPLY_INBOUNDREPLY_INBOUND
2NOTE_PRIVATENOTE_PRIVATE
3NOTE_PUBLICNOTE_PUBLIC
4FORWARDFORWARD
5REPLY_OUTBOUNDREPLY_OUTBOUND
6SUGGESTED_REPLYSUGGESTED_REPLY
ENUM attachment_status
ValueNameDescription
0UNKNOWNUNKNOWN
1UNAVAILABLEUNAVAILABLE, processing in progress
2OKOK
3WARNINGWARNING
4ERRORERROR
ENUM email_address_direction
ValueNameDescription
0UNKNOWNUNKNOWN
1FROMFROM
2TOTO
3CCCC
4BCCBCC
5FORWARDED_TOFORWARDED_TO
6RESENT_FROMRESENT_FROM
7REPLY_TOREPLY_TO
ENUM entity
ValueNameDescription
0UNKNOWNUNKNOWN
1LISTLIST
2GROUPGROUP
3USERUSER
4LIST_ENTRYLIST_ENTRY
5TICKETTICKET
6SEARCHSEARCH
7INVOICEINVOICE
8KNOWLEDGE_BASEKNOWLEDGE_BASE
9SCRAPED_ITEMSCRAPED_ITEM
10FIELDFIELD
11TICKET_CONVERSATIONTICKET_CONVERSATION
12EXPORTEXPORT
13EXTERNAL_PRODUCTEXTERNAL_PRODUCT
14TEMPLATETEMPLATE