Retrieve the assets associated with a product.

This operation allows users to retrieve a list of assets associated with a specified product. The assets are identified by their unique IDs. If the product with the specified ID does not exist, a 404 error will be returned.

For more information on assets in Bluestone PIM, refer to our help pages Assets overview.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID for the product whose assets you want to retrieve.

Example: 634c26e14cedfd0001775e9f

Query Params
string

Specifies the archive state of the entity. The default value is active.

int32
≥ 0

A number sequence representing a block of items to return as a result set. If omitted, the default value 0 will be used. This parameter is used for pagination to specify which page of the results to retrieve.

Default value: 0

int32

The number of items to return in each block. If omitted, the default value 1000 will be used. This parameter works with the page parameter to paginate the result set, allowing you to control the size of each page of results.

Default value: 1000

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json