Database table rows
Returns all row comments for the specified table and row.
This is a premium feature.
get/api/row_comments/{table_id}/{row_id}/
Path parameters
row_idinteger required
The row to get row comments for.
table_idinteger required
The table the row is in.
Query parameters
limitinteger
Defines how many rows should be returned.
offsetinteger
Can only be used in combination with the limit parameter and defines from which offset the rows should be returned.
pageinteger
Defines which page of rows should be returned. Either the page or limit can be provided, not both.
sizeinteger
Can only be used in combination with the page parameter and defines how many rows should be returned.
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.