v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table rows

Creates a comment on the specified row.

This is a premium feature.

post/api/row_comments/{table_id}/{row_id}/

Path parameters

row_idinteger required

The row to create a comment for.

table_idinteger required

The table to find the row to comment on in.

Query parameters

viewinteger

Optionally provide a view id. If the user doesn't have table-level permissions, the system will check if the user has view-level permissions as a fallback.

Request body

{"stackTrail":"components:schemas:RowCommentCreate:properties:message","oasType":"schema","type":"unknown","description":"The rich text comment content."}

Response

idinteger required
user_idinteger nullable required

The user who made the comment.

first_namestring
table_idinteger required

The table the row this comment is for is found in.

row_idinteger required

The id of the row the comment is for.

messagestring required
created_onstring date-time required
updated_onstring date-time required
editedstring required
trashedboolean