comments
List comments
List selected data from all comments that match the specified filter and search criteria in a specific sort order. Requires no specific permission. Has dependency on `record`.
Create new comment
Create a new comment and return its persistent data. Requires the authenticated user to be the `creator`. Has dependency on `record`.
Get comment
Return the data of an existing comment by **`ID`**. Requires no specific permission. Has dependency on `record`.
Check if comment exists
Check if a comment with **`ID`** exists, but do not return its data. Requires no specific permission. Has dependency on `record`.
Update existing comment
Update an existing comment by **`ID`** and return its persistent data. Requires the authenticated user to be the `creator`. Has dependency on `record`.
Delete comment
Permanently delete an existing comment by **`ID`**. Requires the authenticated user to be the `creator`. Has dependency on `record`.