Get or create a show's checklist
Returns the show's artwork checklist (a list / viewing room), creating and linking one on first call. Manage its artworks through the lists endpoints.
Returns the show's artwork checklist (a list / viewing room), creating and linking one on first call. Manage its artworks through the lists endpoints.
Authorization
bearerAuth shows:update, artworks:create, artworks:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: shows:update, artworks:create, artworks:read
Path Parameters
The show id.
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "list_id": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}Cancel a show POST
Cancels the show — live on the record now, whoever sends it. Its public page is withdrawn and it leaves the programme; the checklist and its works are untouched, which is why this is reversible with `POST …/reinstate`.
Create a show POST
Creates an exhibition or art fair. The slug is generated from the title; fair-only fields (art_fair_id, booth) are rejected on an exhibition.