2025-04-03: Schema Service - endpoints for managing custom entities and instances
Overview
We added new API for managing custom schema types and custom instances. Custom schema types are custom entities on which you can build custom instances.
Added endpoints
Endpoint
Description
It creates a new schema type.
It retrieves all custom schema types.
It retrieves a custom schema type.
It deletes a custom schema type.
It upserts custom schema type.
It creates a custom instance.
It retrieves all custom instances.
It retrieves a custom instance.
It deletes a custom instance.
It upserts a custom instance.
It partially updates a custom instance.
It searches for custom instances.
It creates custom instances in bulk.
It upserts custom instances in bulk.
It deletes custom instances in bulk.
Known problems
There are no known problems.
Previous2025-04-04: Sequential-ID Service - deprecationsNext2025-04-03: OAuth Service - new endpoint
Last updated
Was this helpful?