Nurama Developers
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`.

GET
/assets/page/{assetId}

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

Formatuuid

Query Parameters

visibility?string
sort?

Default

{  "id": -1}
limit?number

Page size used to compute the page number.

Rangevalue <= 20
Default20
inFolder?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}