Returns detail lines for the specified order report within the specified date range.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/order-reports/{id}/lines
curl \
--request GET 'https://wyzio.app/api-v1/order-reports/{id}/lines?startDate=2026-01-01T00%3A00%3A00.000Z&endDate=2026-12-31T00%3A00%3A00.000Z'
Response examples (200)
[
{
"id": "string",
"name": "string",
"revenue": 42.0,
"cost": 42.0,
"profitability": 42.0
}
]