GET
/api-v1/order-reports/{id}/lines
curl \
--request GET 'https://wyzio.app/api-v1/order-reports/{id}/lines?startDate=string&endDate=string' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": "string",
"name": "string",
"revenue": 42.0,
"cost": 42.0,
"profitability": 42.0
}
]