Skip to main content
POST
comment.unresolved

Body

application/json

This event is fired whenever a comment is un-resolved.

event_type
enum<string>
required
Available options:
comment.unresolved
id
object
required
thread_id
string<uuid>
required

The ID of the thread that the comment belongs to.

object_id
string<uuid>
required

The ID of the object that the comment relates to.

record_id
string<uuid>
required

The ID of the record that the comment relates to.

list_id
string<uuid> | null
required

If the comment relates to a list entry, this is the ID of that list, otherwise null.

entry_id
string<uuid> | null
required

If the comment relates to a list entry, this is the ID of that list entry, otherwise null.

actor
object
required
Example:
{
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}

Response

200

Return a 200 status to indicate that the data was received successfully