# Get list of orders **GET /api-v1/orders** ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** (string) API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** (integer) ID of organization, for which the operation must be performed ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (integer) - **name** (string) - **orderId** (string) - **date** (string(date-time)) - **description** (string) - **contactName** (string) - **contactId** (integer) - **organizationId** (integer) - **warnings** (string) - **status** (string) - **isExpensesEnabled** (boolean) - **isPrePaymentAvailable** (boolean) - **isPartialPaymentAvailable** (boolean) - **orderAmount** (number) - **creatorContactId** (integer) - **hasWarnings** (boolean) - **validated** (boolean) - **clientEmail** (string) - **clientECorrespondence** (boolean) - **workflowPermissions** (string) - **isInvoiceGenerated** (boolean) - **isPeriodic** (boolean) - **isInWorkflow** (boolean) - **flagsAmount** (integer(int32)) - **activeSubOrderId** (integer) - **activeSubOrderInvoicingDate** (string(date-time)) - **systemValidated** (boolean) - **clientOrderEmail** (string) - **clientAdvancedInvoicingNote** (string) - **hasProformaInvoice** (boolean) - **orderIdNameConcat** (string) - **periodic** (boolean) - **inWorkflow** (boolean) - **expensesEnabled** (boolean) - **prePaymentAvailable** (boolean) - **partialPaymentAvailable** (boolean) - **invoiceGenerated** (boolean) ### 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)