Schemas
getSchema
By default gets the current version of the Schema (frozen version if frozen, otherwise latest). Pass ?latest=true to get the latest version when the schema is frozen. Pass ?id= to get a specific version by ID.
get/v1/entity/schemas/{slug}
Path parameters
slugstring required
URL-friendly identifier for the entity schema
Example:contact
Entity Type
Query parameters
idstring uuid
Generated uuid for schema
latestboolean
When true, return the latest version instead of the frozen version for frozen schemas.
Response
Success