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.
booleanoptionalA boolean flag that, when set to true, enables the use of beta features in preview mode.
stringoptionalThe package rid of the generated SDK.
stringoptionalThe version of the generated SDK.
stringoptionalThe 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>optionallist<InterfaceTypeApiName>optionalA list of interfaces that this object type implements.
map<InterfaceTypeApiName, ObjectTypeInterfaceImplementation>optionalA list of interfaces that this object type implements and how it implements them.
map<SharedPropertyTypeApiName, PropertyApiName>optionalA map from shared property type API name to backing local property API name for the shared property types present on this object type.