Orders

Get all orders

get
Authorizations
AuthorizationstringRequired

Prefix the value with "ApiKey" to indicate the custom authorization type

Query parameters
pageinteger · int32Optional

The page number to request (1 based)

Default: 1Example: 1
sizeinteger · int32Optional

The number of results to return in a page

Default: 100Example: 10
personIdstring · uuidOptional

The ID of the person to return orders for

Example: d7d0d906-425f-402f-bde1-39031c67c40b
startDatestring · date-timeOptional

UTC Date-time to filter orders created after (ISO-8601 without timezone)

Example: 2007-12-03T10:15:30
endDatestring · date-timeOptional

UTC Date-time to filter orders created before (ISO-8601 without timezone)

Example: 2007-12-03T10:15:30
Responses
chevron-right
200

OK

application/json
get
/api/orders

Get an order by ID

get
Authorizations
AuthorizationstringRequired

Prefix the value with "ApiKey" to indicate the custom authorization type

Path parameters
orderIdstring · uuidRequired
Responses
chevron-right
200

OK

application/json
get
/api/orders/{orderId}

Create an order for a specified person

post
Authorizations
AuthorizationstringRequired

Prefix the value with "ApiKey" to indicate the custom authorization type

Body

Request body

personIdstring · uuidRequired
Responses
chevron-right
200

OK

application/json
post
/api/orders

Last updated