E138: List receipts for a work order
GET /api/work-orders/:id/receipts
Returns the receipts logged against one WO. Triggered from Work Order Detail.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
{ "data": [ Receipt, ... ] }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such WO. |