REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
https://v2-staging.tscheckout.comCurrent host
Find order note by Id​
Find a list of order notes by a set of filters​
GET
/api/v2/order-note
Returns a list of Orders
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
_limit
Set the max number of objects to return
Type
number
Format
"int64"_offset
Set the number of objects to ignore before starting
Type
number
Format
"int64"_select
comma separated list of items to select ('tickets.*, ticketTypes.name')
Type
string
orderId*
Id of order to retreive the notes for
Type
Requiredinteger
Format
"int64"