Skip to main content
POST
/
api
/
insight
/
report
/
profitability
/
drilldown
Returns detailed profitability drilldown data for a specific item or grouping.
curl --request POST \
  --url https://{install}/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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://ekso.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Body

The drilldown criteria including the target item and date range.

dimension
string
required
id
string
required
startDate
string<date-time>
required
endDate
string<date-time>
required

Response

Profitability drilldown records.

itemId
string
itemName
string
resourceId
string
resourceName
string
timeLogged
string