Get a condition report
Returns a single condition report.
Returns a single condition report.
Authorization
bearerAuth jobs:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: jobs: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
{ "id": "string", "artwork_id": "string", "job_task_id": "string", "examined_by": "string", "examined_at": "string", "status": "excellent", "summary": "string", "notes": "string", "created_at": "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}Create a condition report POST
Records a dated condition examination of an artwork. Creating one writes through to the artwork's current condition status/notes; it can bracket a custody transfer via `job_task_id` or stand alone.
List condition reports GET
Lists the gallery's condition reports (dated artwork examinations), most recent first. Filter by `artwork_id` (an artwork's accumulated history) or `job_task_id` (the report bracketing a custody transfer).