Skip to main content
POST
Define Video Association

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 application for which the video association definition is being created. It is an integer value.

Response

successful operation

The definition of an association

fromObjectTypeId
string
required

The unique identifier of the object type from which the association originates.

id
string
required

The unique identifier for this association definition.

toObjectTypeId
string
required

The unique identifier of the object type to which the association points.

createdAt
string<date-time>

The date and time when this association definition was created, in ISO 8601 format.

name
string

The name of the association, which serves as a human-readable identifier.

updatedAt
string<date-time>

The date and time when this association definition was last updated, in ISO 8601 format.

Last modified on March 31, 2026