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