Assets
Get the page an asset would appear on in paginated results.
Returns the 1-based page number the asset would appear on when listing assets of the same owner resource and media type with the given sort and page size. Requires `canGetAsset`. The asset must be `active`.
Returns the 1-based page number the asset would appear on when listing assets of the
same owner resource and media type with the given sort and page size. Requires canGetAsset.
The asset must be active.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
assetId*string
ID of the asset to find the page number for
Format
uuidQuery Parameters
visibility?string
sort?
Default
{ "id": -1}limit?number
Page size used to compute the page number.
Range
value <= 20Default
20inFolder?boolean
When true, the page is computed within the asset's folder rather than the whole owner resource.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/assets/page/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "page": 3}