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