---
title: "Get order notes."
method: GET
path: "/rest/api/orders/{id}/note/"
tags: ["Order"]
---

# Get order notes.

`GET /rest/api/orders/{id}/note/`

## Path parameters

- `id` string, required

## Response `200`

List of order notes

- RestOrderNoteDTO — This object represents a single note belongs to an order with the specified ID.
  - `type` 1 | 2 — Type of the note
  - `createdAt` string, date-time, nullable — Time when created note
  - `comment` string, required — Note content

## Other responses

- `401` — Authorization failed
- `404` — Invalid platform ID

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
