Get a list's catalogue content
Returns the list's catalogue-PDF content (subtitle, exhibition run, venue, cover override, markdown foreword and colophon). All fields are null until first saved.
Returns the list's catalogue-PDF content (subtitle, exhibition run, venue, cover override, markdown foreword and colophon). All fields are null until first saved.
Authorization
bearerAuth artworks:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:read
Path Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "subtitle": "string", "starts_on": "string", "ends_on": "string", "venue": "string", "cover_image_path": "string", "foreword": "string", "colophon": "string", "updated_at": "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}List legal document templates GET
Lists the available legal document templates (latest version each) with their guided-interview questions and attorney-vetting status. Unvetted templates generate documents with a DRAFT watermark.
Update a list's catalogue content PATCH
Upserts the list's catalogue-PDF content. Only supplied fields change; null clears a field. Editor-only (enforced by RLS).