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

The unique identifier of the app for which the object definitions are being retrieved.

mediaType
enum<string>
required

The type of media for which the object definitions are being retrieved. Valid values are VIDEO, AUDIO, DOCUMENT, OTHER, and IMAGE.

Available options:
AUDIO,
DOCUMENT,
IMAGE,
OTHER,
VIDEO

Query Parameters

includeFullDefinition
boolean

A boolean indicating whether to include the full definition of the object. If true, the response will contain more detailed information.

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 March 31, 2026