Reply
Example
Fields
Field | Type | Comments |
---|---|---|
attachments | array of Base Attachment models | Reply attachments |
author | User model | Reply creator info |
ccEmails | array of strings | An array of emails for additional recipients receiving email copies |
creationTime | string | Reply creation time. Represent datetime string in ISO 8601 format |
htmlMessage | string | Reply html content |
id | integer | Unique reply id |
level | integer | Indicates the hierarchical level of a reply in a ticket thread |
message | string | Reply text content |
parentReplyId | nullable integer | Unique id of parent reply. If null the reply is a root reply |
properties | ReplyProperties model | Properties or attributes associated with a reply |
tags | array of Tag models | Tags associated with a reply |
ticketId | integer | Unique ticket id |
toEmails | array of strings | Array of email addresses for primary recipients |
Last updated