Get list of order reports

GET /api-v1/order-reports

Headers

Responses

GET /api-v1/order-reports
curl \
 -X GET http://wyzio.app/api-v1/order-reports \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "clientName": "string",
    "date": "2024-05-04T09:42:00+00:00",
    "entityCreatorContactId": 42,
    "id": 42,
    "orderId": "string",
    "orderName": "string",
    "organizationId": 42,
    "ourContactName": "string",
    "profitability": 42.0,
    "totalCost": 42.0,
    "totalRevenue": 42.0,
    "type": "NONE"
  }
]