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.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:ontologies-read
.
string
The API name of the ontology. To find the API name, use the List ontologies endpoint or check the Ontology Manager.
string
The Foundry branch to load metadata from. If not specified, the default branch will be used.
object
Success response.
object
Metadata about an Ontology.
map<ObjectTypeApiName, ObjectTypeFullMetadata>
map<ActionTypeApiName, ActionTypeV2>
map<VersionedQueryTypeApiName, QueryTypeV2>
map<InterfaceTypeApiName, InterfaceType>
map<SharedPropertyTypeApiName, SharedPropertyType>