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.
Gets the full metadata for a specific object type with the given API name.
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 API name of the object type. To find the API name, use the List object types endpoint or check the Ontology Manager.
booleanA boolean flag that, when set to true, enables the use of beta features in preview mode.
stringThe package rid of the generated SDK.
stringThe version of the generated SDK.
stringThe Foundry branch to load the action type definition from. If not specified, the default branch will be used. Branches are an experimental feature and not all workflows are supported.
objectSuccess response.
objectRepresents an object type in the Ontology.
list<LinkTypeSideV2>list<InterfaceTypeApiName>A list of interfaces that this object type implements.
map<InterfaceTypeApiName, ObjectTypeInterfaceImplementation>A list of interfaces that this object type implements and how it implements them.
map<SharedPropertyTypeApiName, PropertyApiName>A map from shared property type API name to backing local property API name for the shared property types present on this object type.