Skip to Content

ReplyResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the reply[default to null]
ticket_idLongID of the ticket this reply belongs to[default to null]
reply_typeReplyTypeType of reply (customer, agent, system, bot)[default to null]
user_idLongID of the customer user if customer reply[optional] [default to null]
agent_idLongID of the agent if agent reply[optional] [default to null]
system_generatedBooleanWhether this reply was system-generated[default to null]
contentStringContent of the reply[default to null]
content_typeContentTypeContent format type[default to null]
is_internalBooleanWhether this is an internal note (not visible to customer)[default to null]
is_solutionBooleanWhether this reply is marked as the solution[default to null]
parent_reply_idLongID of parent reply if this is a threaded response[optional] [default to null]
auto_generatedBooleanWhether this reply was auto-generated[default to null]
template_usedStringName of template used if reply was from template[optional] [default to null]
author_nameStringName of the reply author[optional] [default to null]
created_atDateTimestamp when the reply was created[default to null]
updated_atDateTimestamp when the reply was last updated[default to null]

[Back to Model list] [Back to API list] [Back to README]