# Read sales orders **GET /salesorders** Read existing sales orders with optional filters. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Query parameters - **limit** (number(int32)) The maximum number of sales orders to retrieve. - **continuationToken** (string) A token for continuing the retrieval of sales orders. - **date** (string(date)) A specific date to filter sales orders. - **dateFrom** (string(date)) A start date to filter sales orders. - **dateTo** (string(date)) An end date to filter sales orders. - **status** (string) Filter sales orders by their status. - **customerId** (string) Filter sales orders by customer ID. - **invoiceNumber** (string) Filter sales orders by invoice number. - **createdFrom** (string(date-time)) A start date-time to filter sales orders by creation time. - **createdTo** (string(date-time)) An end date-time to filter sales orders by creation time. - **modifiedFrom** (string(date-time)) A start date-time to filter sales orders by modification time. - **modifiedTo** (string(date-time)) An end date-time to filter sales orders by modification time. ## Responses ### 200 OK #### Headers - **Link** (string) The Link header includes information on where to find `first`, `previous` and `next` page. Refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link' - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)