Order
Get order notes.
get/rest/api/orders/{id}/note/
Path parameters
idstring required
order number in Apilo system, e.g. <code>AL0012345</code>
Response
List of order notes
Example response
{
"type": 2,
"createdAt": "2024-01-23T09:29:30+0100",
"comment": "I'll ask for delivery next week at the earliest"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.