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