Skip to main content
List Comments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Comment ID

created_at
string

Comment creation date

organisation_id
string

Organisation ID

updated_at
string

Latest update

conversation_id
string

Conversation ID

message_id
string

Message ID

author_id
string

Author ID

content
string

Content of comment

select
string

Filtering Columns

order
string

Ordering. Allowed Fields: created_at

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json

OK

id
string<uuid>
default:random uuid

Comment ID

created_at
string<timestamp with time zone>
default:now()

Comment creation date

organisation_id
string<uuid>

Organisation ID

updated_at
string<timestamp with time zone>
default:now()

Latest update

conversation_id
string<uuid>

Conversation ID

message_id
string<uuid> | null

Message ID

author_id
string<uuid> | null

Author ID

content
object | null

Content of comment