Home > @vsf-enterprise/epcc-api > GetOrdersParams
# GetOrdersParams interface
Parameters to get orders.
Signature:
export interface GetOrdersParams
# Properties
Property | Type | Description |
---|---|---|
filter? | OrderFilter | (Optional) Filtering operators |
limit? | number | (Optional) The maximum number of records per page for this response. You can set this value up to 100. |
offset? | number | (Optional) The current offset by number of records, not pages. Offset is zero-based. |
sort? | OrderSort | (Optional) Sort results that are returned from the AP |
with? | OrderInclude | OrderInclude[] | (Optional) Include expanded resource relationships in the response |