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
/tables/{tableId}/records/{recordId}/comments

Create a comment on a specific record

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tableIdstringRequired

Identifier of the table containing the record

recordIdstringRequired

Identifier of the record to comment on

Header parameters
AuthorizationstringRequired

Bearer token for authentication

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
chevron-right
201

201

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

Last updated