Get Orders
Retrieves a paginated list of all orders accessible to the authenticated app. Results can be filtered by last modified date range using ISO 8601 formatted date parameters. Returns a VioletPage object containing the order list and pagination metadata including total pages, total elements, and page position. Orders are returned in descending order by creation date.
Page number to retrieve, starting from 1
1Example: 1Number of orders per page (default 20, max 100)
20Example: 20Return only orders modified after this date. Uses ISO 8601 format.
2024-01-15T00:00:00+0000Return only orders modified before this date. Uses ISO 8601 format.
2024-12-31T23:59:59+0000API token for authentication
Application secret key
Application ID
10000success
Boolean indicating if this is the last page
The total count of pages available
The total count of objects available
Boolean indicating if this is the first page of the response
The total number of objects in this specific response
The page size selected at request time
The page number selected at request time
Boolean indicating if the response content is empty
Contains the cursor for the next page. This property will only be used for situations where the API does not support the page number/page size paradigm and it will mutually exclusive with the size/number fields in the response. If this property is returned it must be passed when requesting the next page from the API. Does not apply to endpoints that do not have a next_page_cursor query param documented.
forbidden
internal server error
Last updated
Was this helpful?