Collections assets

Retrieve the assets of a specific collection

Retrieve the assets of a specific collection by ID.

get/api/v4/collections/{id}/media

Path parameters

idstring required
Example:00000000-0000-0000-0000000000000000

Response

A list of asset IDs.

string[] required

Example response

[
  "00000000-0000-0000-0000000000000000"
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.