curl --request POST \
--url https://{tenant}.ekso.app/api/insight/report/profitability/drilldown \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dimension": "<string>",
"id": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}
'[
{
"itemId": "<string>",
"itemName": "<string>",
"resourceId": "<string>",
"resourceName": "<string>",
"timeLogged": "<string>"
}
]curl --request POST \
--url https://{tenant}.ekso.app/api/insight/report/profitability/drilldown \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dimension": "<string>",
"id": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}
'[
{
"itemId": "<string>",
"itemName": "<string>",
"resourceId": "<string>",
"resourceName": "<string>",
"timeLogged": "<string>"
}
]JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
The drilldown criteria including the target item and date range.