Skip to main content
GET
List Metadata Schema Definitions

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required

Response

200 - application/json

Returns an array of metadata schema definitions. The response does not include unknown metadata properties in the response, i.e. those that have been defined outside of the Project Settings > Metadata Schema definitions. For example, an unknown metadata property can be defined in the campaign manager while creating a campaign.

Object containing a list of metadata schemas.

object
enum<string>
default:list
required

The type of the object represented by JSON. This object stores information about the metadata schemas in a dictionary.

Available options:
list
data_ref
enum<string>
default:data
required

Identifies the name of the attribute that contains the array of metadata schema objects.

Available options:
schemas
total
integer
required

The total number of metadata schema objects.

schemas
object[]

Array of metadata schema objects. The metadata schemas are listed by related object properties.

Last modified on February 11, 2026