Get a document preset
Returns one named document presentation preset.
Returns one named document presentation preset.
Authorization
bearerAuth gallery:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: gallery:read
Path Parameters
The document preset id.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "name": "string", "document_kind": "checklist", "is_default": true, "accent_color": "string", "font_family": "sans", "font_id": "string", "overrides": { "property1": null, "property2": null }, "created_at": "string", "updated_at": "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}Delete a document preset DELETE
Deletes a named document presentation preset. Documents using it fall back to the gallery's default for their kind, then to the gallery's branding. Requires the gallery:write scope (key) or editor membership (user).
List the gallery's document presets GET
Returns the gallery's named presentation presets, the default first. Filtering by document_kind also returns the presets that apply to every kind, since those dress that document too.