GET v1/Orders/{id}/Stills
Returns the url list and url count for all the stills under a specific job
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StillAssetsReturnViewModel| Name | Description | Type | Additional 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"
]
}
