Skip to main content
GET
/
api
/
Configuration
/
KPI
/
{kpiId}
/
userbreakdown
/
{userId}
cURL
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>"
  }
]

Path Parameters

kpiId
integer<int32>
required
userId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
kpiId
integer<int32>
customerId
integer<int32>
userId
integer<int32>
startDate
string<date-time>
endDate
string<date-time>
manuallyUpdated
boolean
manuallyUpdatedBy
integer<int32> | null
manuallyUpdatedDate
string<date-time> | null
manualValue
integer<int32> | null
value
integer<int32>
computedValue
integer<int32>
manuallyUpdatedByName
string | null