Skip to main content
GET
/
downloads
List downloads
curl --request GET \
  --url https://api-staging.pixwel.com/api/downloads \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'X-Range: <x-range>'
[
  {
    "_id": "53fc583af4bd32010a8b458f",
    "asset": {
      "_id": "533cee141d06c48a4a8b456a",
      "name": "Int'l Trailer G",
      "type": "trailer.intl"
    },
    "project": {
      "_id": "533a246ad86a15c01c8b456a",
      "name": "Noah"
    },
    "file": {
      "_id": "534853d7d86a15636e8b4576",
      "asset": "533cee141d06c48a4a8b456a",
      "name": "NOAH_ITR-G_ENG-AU_PRORES_PAL-16X9.mov",
      "project": "533a246ad86a15c01c8b456a",
      "studio": "51e1495bd5cddc8041000000"
    },
    "created": 1409046586
  }
]

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

q
string
studios
string
projects
string
types
string
user
string
created
string
type
string
order
string

Response

200 - application/json

OK

_id
string
Example:

"53fc583af4bd32010a8b458f"

asset
object
project
object
file
object
created
integer
Example:

1409046586