Index
GET
/note
Request
Query Params
with[]
array[string] | null
optional
Example:
["customer","user"]
show[]
array[string]
optional
Example:
["name","id","price"]
order_by[]
array[string]
optional
Example:
["id:desc","name","price:asc"]
filter
string
optional
field:operator:value
Example:
customer_id:in:28;29;30
limit
integer
optional
Example:
100
offset
integer
optional
limit
you need to increment this offset value each time you make a follow-up request.Example:
0
Header Params
Accept
string
optional
Default:
application/json
Request samples
Responses
Modified at 2025-05-06 02:34:32