Skip to main content
GET
/
previews
List previews
curl --request GET \
  --url https://api-staging.pixwel.com/api/previews \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'X-Range: <x-range>'
[
  {
    "_id": "5b5123318e173922008b457b",
    "asset": "5b5123268e77c626008b4579",
    "project": "5a0111e8e7dd7a32008b45c7",
    "studio": "56ccc253fa1e4681688b456c",
    "revision": "Final",
    "label": "720px",
    "created": 1532044081,
    "$links": {
      "self": "//api-staging.pixwel.com/api/Previews/5b5123318e173922008b457b",
      "asset": "//api-staging.pixwel.com/api/Assets/5b5123268e77c626008b4579",
      "project": "//api-staging.pixwel.com/api/Projects/animatedspiderman",
      "studio": "//api-staging.pixwel.com/api/Studios/sony"
    },
    "path": "https://d2snblcjrm40d5.cloudfront.net/previews/sony/animatedspiderman/standee-1/ANIMATEDSPIDERMAN_IN-THEATER_STANDEE-1__Final__720px.mp4?Expires=1778123327&Signature=cuvUYbSkzFpO1a43uBO7caJRMMZb5mpc~KKwY1ONDf-hsTe0nXrBN7kWFXA3yzcl~hGfsPuIPUwvCzJ3gGehbg4y~PexwOLYPcyZFnUevJaCSvvuyP6xCluNR~O8K3iB2wl-OBzo~14uYHnSXhSfuCZc9HKg58JkwzZ-dOVYiju52a-qsxjNwJ6fYheoEIujIWL4YL1SJ86-lJBUoZbh~8hYIsJJ~MrtD2PM7UawuNzZnPANV7aO9nwrOUFWbO0~WSeyAngmsvhteIlYxfcUM1xOY8DZvBIE4bNHBW6gVSiHz6aD7YLm1leVw9Jx-iXk4hEdMrb-2jfr05Ot0Af79w__&Key-Pair-Id=APKAJUC4E3CVGLCBTRHQ"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

X-Range
string
default:resources=0-9
required

Pagination range (e.g. resources=0-9, resources=10-19)

Query Parameters

asset
string
project
string
studio
string
language
string
revision
string
type
string
label
string
path
string
ids
string

Response

200 - application/json

OK

_id
string
Example:

"5b5123318e173922008b457b"

asset
string
Example:

"5b5123268e77c626008b4579"

project
string
Example:

"5a0111e8e7dd7a32008b45c7"

studio
string
Example:

"56ccc253fa1e4681688b456c"

revision
string
Example:

"Final"

label
string
Example:

"720px"

created
integer
Example:

1532044081

path
string
Example:

"https://d2snblcjrm40d5.cloudfront.net/previews/sony/animatedspiderman/standee-1/ANIMATEDSPIDERMAN_IN-THEATER_STANDEE-1__Final__720px.mp4?Expires=1778123327&Signature=cuvUYbSkzFpO1a43uBO7caJRMMZb5mpc~KKwY1ONDf-hsTe0nXrBN7kWFXA3yzcl~hGfsPuIPUwvCzJ3gGehbg4y~PexwOLYPcyZFnUevJaCSvvuyP6xCluNR~O8K3iB2wl-OBzo~14uYHnSXhSfuCZc9HKg58JkwzZ-dOVYiju52a-qsxjNwJ6fYheoEIujIWL4YL1SJ86-lJBUoZbh~8hYIsJJ~MrtD2PM7UawuNzZnPANV7aO9nwrOUFWbO0~WSeyAngmsvhteIlYxfcUM1xOY8DZvBIE4bNHBW6gVSiHz6aD7YLm1leVw9Jx-iXk4hEdMrb-2jfr05Ot0Af79w__&Key-Pair-Id=APKAJUC4E3CVGLCBTRHQ"