Comments

This API allows users to create comments associated with a specific record in a table. Comments enable collaboration and contextual communication directly within the record, allowing users to share notes and document important information related to the record.

Create a comment on a specific record

post

Create a comment on a specific record. Requires can_comment permission on the table.

Authorizations
AuthorizationstringRequired

Organization API token (tot_) — preferred authentication method. Pass the token directly without Bearer prefix.

Path parameters
tableIdstringRequired

Identifier of the table containing the record

recordIdstringRequired

Identifier of the record to comment on

Header parameters
AuthorizationstringRequired

Organization token (tot_) — preferred method, or legacy Bearer JWT token. Pass the tot_ token directly without Bearer prefix; use Bearer <jwt> for legacy JWT auth.

Example: Bearer eyJhbGciOiJub25lIn0.eyJ3b3Jrc3BhY2VJZCI6IjY0MDgxMTM1LWEyMGEtNGU4OS04OWY1LTkyM2QxMzUzMDVhNSIsImlhdCI6MTc1NjczNzU0MjgyNiwiZXhwIjoxNzU2NzQxMTQyODI2LCJjdXN0b206dGVhbUlkIjoiOWVmODYzMmEtNWM4YS00OWZkLWJkYTEtZDJkZDBkZDI2OWMwIn0.
Content-TypestringRequired

Content type of the request - application/json

Example: application/json;charset=UTF-8
Body
contentstringRequired

Content of the comment

Responses
201

201

application/json;charset=UTF-8
post
/tables/{tableId}/records/{recordId}/comments

Last updated