This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Get the full Ontology metadata. This includes the objects, links, actions, queries, and interfaces. This endpoint is designed to return as much metadata as possible in a single request to support OSDK workflows. It may omit certain entities rather than fail the request.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:ontologies-read.
stringThe API name or RID of the Ontology. To find the API name or RID, use the List Ontologies endpoint or check the Ontology Manager.
stringoptionalThe Foundry branch to load metadata from. If not specified, the default branch will be used. Branches are an experimental feature and not all workflows are supported.
booleanoptionalA boolean flag that, when set to true, enables the use of beta features in preview mode.
objectSuccess response.
objectMetadata about an Ontology.
map<ObjectTypeApiName, ObjectTypeFullMetadata>optionalmap<ActionTypeApiName, ActionTypeV2>optionalmap<VersionedQueryTypeApiName, QueryTypeV2>optionalmap<InterfaceTypeApiName, InterfaceType>optionalmap<SharedPropertyTypeApiName, SharedPropertyType>optionalobjectoptionalMetadata about a Foundry branch.
map<ValueTypeApiName, OntologyValueType>optional