Skip to main content
GET
Retrieve object definitions

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required
mediaType
enum<string>
required
Available options:
AUDIO,
DOCUMENT,
IMAGE,
OTHER,
VIDEO

Query Parameters

includeFullDefinition
boolean

Response

successful operation

objectTypeId
string
required

A string representing the unique identifier for the object type.

objectTypeName
string
required

A string representing the name of the object type.

properties
object[]
required

An array of properties that belong to the object type, each defining specific attributes of the object.

propertyGroups
object[]
required

An array of property groups associated with the object type, detailing how properties are grouped together.

schema
object
Last modified on September 9, 2026