GET v2/Orders/{id}/Stills

Returns the url list and url count for all the stills under a specific order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order number

integer

Required

Body Parameters

None.


Response Information

Resource Description

StillAssetsReturnViewModel
NameDescriptionTypeAdditional information
Total

integer

None.

UrlList

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "urlList": [
    "sample string 1",
    "sample string 2"
  ]
}