cURL
curl --request GET \ --url https://api.quartr.com/public/v3/documents/slides/{id}/pages \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 55, "page": 1, "pdfUrl": "https://quartr.com/file.pdf", "imageUrl": "https://quartr.com/image.png", "updatedAt": "2021-09-19T15:00:00.000Z", "createdAt": "2021-09-15T15:00:00.000Z" } ], "pagination": { "nextCursor": 10 } }
The maximum number of items to return in a single request.
1 <= x <= 500
10
A unique identifier pointing to the starting position for the next set of results.
x >= 0
2432
The direction of the sort order (id field).
asc
desc
"asc"
Show child attributes
55
1
"https://quartr.com/file.pdf"
"https://quartr.com/image.png"
"2021-09-19T15:00:00.000Z"
"2021-09-15T15:00:00.000Z"
A unique identifier indicating the position to continue fetching the next set of results in subsequent requests.
Was this page helpful?