List image assets associated with a marketplace demo

View as Markdown

List image objects stored in the marketplace demo’s virtual folder in the publicly-accessible bucket.

Permissions: Any authenticated user with an Air scope.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this marketplace demo.

Query parameters

orderingenumOptional

Order objects by field. Prefix with - for descending order.

Allowed values:

Response

namestring
The filename relative to the demo's virtual folder.
urlstring
Public URL for the image object.

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error