# Get list of orders **GET /api-v1/orders** ## Servers - https://wyzio.app: https://wyzio.app () ## Parameters #### Headers - **TARGET-ORGANIZATION-ID** (integer(int32)) ID of organization, for which the operation must be performed - **WEAL-TOKEN** (string) API token (can be retrieved from account settings) ## Responses ### 200: OK #### Body Parameters: */* (array[object]) - **activeSubOrderId** (integer) - **activeSubOrderInvoicingDate** (string(date-time)) - **clientAdvancedInvoicingNote** (string) - **clientECorrespondence** (boolean) - **clientEmail** (string) - **clientOrderEmail** (string) - **contactId** (integer) - **contactName** (string) - **creatorContactId** (integer) - **date** (string(date-time)) - **description** (string) - **expensesEnabled** (boolean) - **flagsAmount** (integer(int32)) - **hasProformaInvoice** (boolean) - **hasWarnings** (boolean) - **id** (integer) - **inWorkflow** (boolean) - **invoiceGenerated** (boolean) - **isExpensesEnabled** (boolean) - **isInWorkflow** (boolean) - **isInvoiceGenerated** (boolean) - **isPartialPaymentAvailable** (boolean) - **isPeriodic** (boolean) - **isPrePaymentAvailable** (boolean) - **name** (string) - **orderAmount** (number) - **orderId** (string) - **orderIdNameConcat** (string) - **organizationId** (integer) - **partialPaymentAvailable** (boolean) - **periodic** (boolean) - **prePaymentAvailable** (boolean) - **status** (string) - **systemValidated** (boolean) - **validated** (boolean) - **warnings** (string) - **workflowPermissions** (string) ### 400: 400 Bad Request ### 401: 401 Unauthorized ### 403: 403 Access Denied ### 404: 404 Not Found ### 500: 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)