List room scenes
Lists the room scenes a work can be previewed against, to true scale (docs/view-in-a-room-mvp-design.md).
Lists the room scenes a work can be previewed against, to true scale (docs/view-in-a-room-mvp-design.md).
Authorization
bearerAuth artworks:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:read
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "label": "string", "image_path": "string", "px_per_cm": 1, "max_art_width_cm": 1, "max_art_height_cm": 1, "aspect_ratio": "string" } ]}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Set a record's custom-field values PATCH
Sets (or clears, with `value: null`) one or more custom-field values on the record. Returns the resulting field map.
Record a sale POST
Records a sale, optionally with its line items. The consignment split is snapshotted per line; header totals are computed from the lines.