Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such SO.

Workflow

Calls W154 List timeline notes for a sales order.