Skip to content

Get VAST media file matching rule

GET
/ad-specifications/{adSpecificationId}/vast-media-file-matching-rules/{vastMediaFileMatchingRuleId}

Get video media file by ID

adSpecificationId
required
integer

ID of the adspec

vastMediaFileMatchingRuleId
required
integer

ID of the video media file

Successfully retrieved video media file

object
data
VASTMediaFileMatchingRule

Object representing a video media file

object
id

Internal video media file ID

integer
createdAt

Date of media file creation

date
updatedAt

Date of media file update (can be null)

date
name

Name of media file

string
width

Pixel resolution width of file

integer
height

Pixel resolution height of file

integer
format

MIME format of media file

string
apiFramework

API framework

string
fromBitrate

Minimum bitrate (kbps) to match

integer
toBitrate

Maximum bitrate (kbps) to match

integer

401 Authentication failed

401 Authentication failed response

Unable to authenticate user

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string

403 Forbidden

403 Forbidden response

Currently authenticated user does not have permission to access or update requested object

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string

404 Not found

404 Not found response

Requested resource or underlying resource was not found

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string

422 Unprocessable entity

422 Unprocessable entity

There is something wrong with the content of the request, typically missing or improperly formatted fields

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string