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.
stringThe 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.
objectSuccess response.
objectMetadata about an Ontology.
map<ObjectTypeApiName, ObjectTypeFullMetadata>map<ActionTypeApiName, ActionTypeV2>map<VersionedQueryTypeApiName, QueryTypeV2>map<InterfaceTypeApiName, InterfaceType>map<SharedPropertyTypeApiName, SharedPropertyType>objectMetadata about a Foundry branch.
map<ValueTypeApiName, OntologyValueType>