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