COMING SOON
Use this endpoint to return a listing of all Requests. The request body is entirely optional, and by default, the API will return all types of Requests sorted by created_date from the most recent to the oldest in batches of 100.
No metadata on the requests is returned from this endpoint.
The Request Body must be a JSON object.
Changes applied successfully.
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "from": 0,
- "limit": 100,
- "type": "Upload",
- "status": "In Progress",
- "includes": [
- "asset_identifier",
- "primary_sku_entry",
- "pi_table_prim_product_info"
]
}
{- "total": 54,
- "results": [
- {
- "id": "09a52f4f-1d6d-4f62-a263-877acac65ff9",
- "title": "Galvin's Upload Request",
- "type": "Upload",
- "assetCount": 2,
- "assignees": [
- {
- "id": "986caca7-b6d4-478b-9850-acf54b25c6d5",
- "firstName": "Galvin",
- "lastName": "Belson",
- "email": "galvin.belson@huli.com"
}
], - "submittedBy": {
- "id": "556caca7-b6d4-478b-9850-bcf54b25c6b2",
- "firstName": "Erlich",
- "lastName": "Bachman",
- "email": "erlich.backman@piedpipper.com"
}, - "status": "In Progress",
- "metadata": [
- {
- "name": "Release Date",
- "value": "01/01/2024"
}, - {
- "name": "Product",
- "value": "HooliDocs"
}, - {
- "name": "Usage Table",
- "value": [
- [
- {
- "name": "Usage Category",
- "value": "E-Commerce"
}, - {
- "name": "Usage Length",
- "value": "12 months"
}
]
]
}
]
}
]
}