Ticket conversations / Create

Creates one or more conversation entry for a specific ticket..

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/ticket_conversations/{ticket_id}

Method: POST

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
ticket_idInt32
conversationsDTO_ticket_conversation[]Body

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_ticket_conversation[]

Wrapper: DTO_response_wrap

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

  Response body example

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
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 ticket_conversation_type
ValueNameDescription
0UNKNOWNUNKNOWN
1REPLY_INBOUNDREPLY_INBOUND
2NOTE_PRIVATENOTE_PRIVATE
3NOTE_PUBLICNOTE_PUBLIC
4FORWARDFORWARD
5REPLY_OUTBOUNDREPLY_OUTBOUND
6SUGGESTED_REPLYSUGGESTED_REPLY