curl --request POST \
--url https://{tenant}.ekso.app/api/insight/report/risk/estimate-logged \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}
'[
{
"containerId": "<string>",
"containerCode": "<string>",
"boardId": "<string>",
"boardName": "<string>",
"cycleId": "<string>",
"cycleName": "<string>",
"itemId": "<string>",
"itemSequence": 123,
"itemName": "<string>",
"itemWorkEstimate": 123,
"itemTotalTimeLogged": 123
}
]curl --request POST \
--url https://{tenant}.ekso.app/api/insight/report/risk/estimate-logged \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}
'[
{
"containerId": "<string>",
"containerCode": "<string>",
"boardId": "<string>",
"boardName": "<string>",
"cycleId": "<string>",
"cycleName": "<string>",
"itemId": "<string>",
"itemSequence": 123,
"itemName": "<string>",
"itemWorkEstimate": 123,
"itemTotalTimeLogged": 123
}
]JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
The date range and filter criteria for the risk report.