curl --request GET \
--url https://api.example.com/api/Configuration/KPI/{kpiId}/userbreakdown/{userId}[
{
"id": 123,
"kpiId": 123,
"customerId": 123,
"userId": 123,
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"manuallyUpdated": true,
"manuallyUpdatedBy": 123,
"manuallyUpdatedDate": "2023-11-07T05:31:56Z",
"manualValue": 123,
"value": 123,
"computedValue": 123,
"manuallyUpdatedByName": "<string>"
}
]curl --request GET \
--url https://api.example.com/api/Configuration/KPI/{kpiId}/userbreakdown/{userId}[
{
"id": 123,
"kpiId": 123,
"customerId": 123,
"userId": 123,
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"manuallyUpdated": true,
"manuallyUpdatedBy": 123,
"manuallyUpdatedDate": "2023-11-07T05:31:56Z",
"manualValue": 123,
"value": 123,
"computedValue": 123,
"manuallyUpdatedByName": "<string>"
}
]OK
Was this page helpful?