Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.13 KB

File metadata and controls

15 lines (12 loc) · 5.13 KB

TicketingComment

Fields

Field Type Required Description Example
id ?string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId ?string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
ticketId string ✔️ The ticket ID associated with the comment ticket-001
userId ?string The user who created the comment user-001
internal bool|Components\TicketingCommentInternal2|null Whether the comment is internal false
content array<Components\TicketingContent> Array of content associated with the comment
createdAt \DateTime The timestamp when the record was created 2021-01-01T01:01:01.000Z
updatedAt \DateTime The timestamp when the record was last updated 2021-01-01T01:01:01.000Z