16 September 2020
Extensibility
Custom Objects within a container can now be queried without an extra
where parameter for it. Doing it this way improves the query performance and hence the previous way with the parameter has been deprecated. Since Custom Objects are now primarily identified by their container and key, access to and deletion of them by their id has been deprecated also.This feature includes the following changes:
- [API] Added the Query CustomObjects in Container endpoint to Custom Objects API.
- [API] Deprecated the Query CustomObjects endpoint in Custom Objects API.
- [API] Deprecated and removed the Get CustomObject by ID and the Delete CustomObject by ID endpoints in Custom Objects API.