Skip to content

Get note collection

GET
/rest/v1/order/note

Parameters

Query Parameters

filter[id]

Filter by note IDs

Type
string
Example"1,2,3"
filter[entityType]

Filter by entity type (customer, product, order)

Type
string
filter[entityId]

Filter by entity ID

Type
string
filter[userId]

Filter by admin user ID

Type
string
filter[noteText]

Filter by note text (partial)

Type
string
sort

Sort order

Type
string
page

Page number

Type
integer
limit

Pagination limit

Type
integer

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI