Models
API Event Types Enum
Comments
Threads
Enum Name | Event Type | Description |
---|---|---|
ADD_COMMENT_ANNOTATION | addCommentAnnotation | Add a new comment annotation |
DELETE_COMMENT_ANNOTATION | deleteCommentAnnotation | Delete a comment annotation |
Messages
Enum Name | Event Type | Description |
---|---|---|
ADD_COMMENT | addComment | Add a new comment |
UPDATE_COMMENT | updateComment | Update an existing comment |
DELETE_COMMENT | deleteComment | Delete a comment |
@Mentions
Enum Name | Event Type | Description |
---|---|---|
ASSIGN_USER | assignUser | Assign a user to a comment |
SUBSCRIBE_COMMENT_ANNOTATION | subscribeCommentAnnotation | Subscribe to a comment annotation |
UNSUBSCRIBE_COMMENT_ANNOTATION | unsubscribeCommentAnnotation | Unsubscribe from a comment annotation |
Attachments
Enum Name | Event Type | Description |
---|---|---|
ADD_ATTACHMENT | addAttachment | Add an attachment to a comment |
DELETE_ATTACHMENT | deleteAttachment | Delete an attachment from a comment |
Reactions
Enum Name | Event Type | Description |
---|---|---|
ADD_REACTION | addReaction | Add a reaction to a comment |
DELETE_REACTION | deleteReaction | Delete a reaction from a comment |
TOGGLE_REACTION | toggleReaction | Toggle a reaction on a comment |
Status & Priority
Enum Name | Event Type | Description |
---|---|---|
UPDATE_STATUS | updateStatus | Update the status of a comment |
RESOLVE_COMMENT | resolveComment | Resolve a comment |
UPDATE_PRIORITY | updatePriority | Update the priority of a comment |
APPROVE_COMMENT_ANNOTATION | approveCommentAnnotation | Approve a comment annotation |
ACCEPT_COMMENT_ANNOTATION | acceptCommentAnnotation | Accept a comment annotation |
REJECT_COMMENT_ANNOTATION | rejectCommentAnnotation | Reject a comment annotation |
Recordings
Enum Name | Event Type | Description |
---|---|---|
DELETE_RECORDING | deleteRecording | Delete a recording from a comment |
Deep Links
Enum Name | Event Type | Description |
---|---|---|
COPY_LINK | copyLink | Copy a deep link to a comment |
Access
Enum Name | Event Type | Description |
---|---|---|
UPDATE_ACCESS | updateAccess | Update access settings for a comment |
Was this page helpful?