List media files
GET /creatives/{creativeId}/media-files
GET
/creatives/{creativeId}/media-files
Get media files for parent VAST creative
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” creativeId
required
integer
Responses
Section titled “ Responses ”List of creatives and list metadata
object
meta
object
pagination
Pagination section
Contains page and count information for lists
object
count
Number of items returned in this response
integer
totalCount
Total number of items in collection
integer
page
Current page
integer
totalPages
Total number of pages in collection
integer
data
Array<object>
CreativeObject representing a creative
object
id
Internal creative ID
integer
campaignId
Internal campaign ID
integer
name
Creative name
string
createdAt
Date of creative creation
date
updatedAt
Date of most recent creative update
date
parentId
- Usualy, ID of a VAST container
integer
sourceType
Creative type
string
sourceTypeLabel
User readable type
string
shareURL
Complete share creative URL
string
livePreviewURL
URL to a preview of the creative
string
previewAnimationURL
URL to an animation generated (if any)
string
width
Creative width in pixels
integer
height
Creative height in pixels
integer
userId
User ID of user that uploaded this creative
integer
nbVariations
- Amount of variations found (if any)
integer
nbMediaFiles
- Amount of files related to the creative. Not available in list mode
integer
latestScanStatus
Scan object with a status. See Scan in schema’s objects