Skip to main content
GET
/
offlines
List offlines
curl --request GET \
  --url https://api-staging.pixwel.com/api/offlines \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'X-Range: <x-range>'
[
  {
    "_id": "5825c422591f4665348b4568",
    "workRequest": "58246f05cd121c525c8b4571",
    "from": "53444ca6d86a15480d8b45a0",
    "project": "57aceec546ac46871c8b4569",
    "asset": "581d8600e0ab46fd4d8b456c",
    "path": "https://pixwel-wr-offlines-prod.s3-accelerate.amazonaws.com/5339c0081d06c422188b463f/58246f05cd121c525c8b4571/ALLIED_TVSPOT_CHANCES-INTL-20_CSP_DUB_BANNER-NOV25_PRORES_1080p25.mp4?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIF6HEOIDIDLGNU6A%2F20260507%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260507T025347Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=f0e96df8084c9ba1604389645341312a01ee6a3cfe3e81828e09af5cfceff770",
    "$links": {
      "self": "//api-staging.pixwel.com/api/Offlines/5825c422591f4665348b4568"
    },
    "created": 1478870050
  }
]

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

workRequest
string

Response

200 - application/json

OK

_id
string
Example:

"5825c422591f4665348b4568"

workRequest
string
Example:

"58246f05cd121c525c8b4571"

from
string
Example:

"53444ca6d86a15480d8b45a0"

project
string
Example:

"57aceec546ac46871c8b4569"

asset
string
Example:

"581d8600e0ab46fd4d8b456c"

path
string
Example:

"https://pixwel-wr-offlines-prod.s3-accelerate.amazonaws.com/5339c0081d06c422188b463f/58246f05cd121c525c8b4571/ALLIED_TVSPOT_CHANCES-INTL-20_CSP_DUB_BANNER-NOV25_PRORES_1080p25.mp4?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIF6HEOIDIDLGNU6A%2F20260507%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260507T025347Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=f0e96df8084c9ba1604389645341312a01ee6a3cfe3e81828e09af5cfceff770"

created
integer
Example:

1478870050