Skip to content

Ticket Activities

A ticket activity records each action taken on a ticket: customer communications, internal notes, status changes and follow-ups. Together they form the ticket’s full history. The API exposes them for reading a ticket’s audit trail.

/backend/api/v1/ticketActivities/ID - fetch the ticket activity with the specified ID.

/backend/api/v1/ticketActivities/ - list all ticket activities.

/backend/api/v1/tickets/ID/ticketActivities/ - list the activities for the ticket with the specified ID.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include activities with a higher ID
createdSincedatetimeNoOnly include activities created since the given time
updatedSincedatetimeNoOnly include activities updated since the given time
FieldNameTypeDescription
ticketActivityTypeActivity TypePreset ValueThe type of activity being performed on the ticket
activityUserTicket Updated ByPreset ValueThe user who performed this ticket activity
containsPersonalDataContains Personal DataPreset ValueWhether this activity contains personal data that may be subject to data protection regulations
activityTextContentTextMain content of the activity that will be sent to customers or external parties
sendContentByEmailSend by EmailPreset ValueWhether to send the activity content via email
commentTextCommentTextInternal comments about this activity that are not sent externally
updateTextUpdate CustomerTextUpdate message to send to the customer about this activity
sendUpdateByEmailUpdate Customer by EmailPreset ValueWhether to send the customer update via email
activityDepartmentsDepartmentsTextDepartments that should be notified about this activity
activityUsersUsersTextSpecific users that should be notified about this activity
activitySuppliersSuppliersTextSuppliers that should be notified about this activity
standardTicketAttachmentsStandard AttachmentsTextStandard attachments that are commonly sent with ticket activities
thisTicketAttachmentsAttachment for This TicketTextAttachments specific to this ticket
invoiceAttachmentsInvoicesTextInvoice documents to attach to this activity
activityDateActivity DateDateThe date when this activity occurred
responseReceivedDateResponse ReceivedDateThe date when a response was received for this activity
responseAcknowledgedDateResponse AcknowledgedDateThe date when the response was acknowledged
actionTakenDateAction TakenDateThe date when the required action was taken
actionRequiredDateAction RequiredDateThe date by which action is required for this activity
actionRequiredTimeAction RequiredTextThe time by which action is required
followupDateFollow-up RequiredDateThe date when follow-up is required for this activity
followupTimeFollow-up RequiredTextThe time when follow-up is required
idTicket Activity IDTextThe unique identifier for this ticket activity
ticketIDTicketTextThe ID of the ticket this activity is for
parentActivityFollow-up ToTextThe ID of the parent activity this is a follow-up to