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