E154: List timeline notes for a sales order
GET /api/sales-orders/:id/timeline-notes
Returns the timeline notes attached to one SO, newest first. Triggered from Sales Order Detail timeline section.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
Cursor pagination supported but rarely needed.
Response — 200 OK
{ "data": [ TimelineNote ], "nextCursor": null }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such SO. |