v1
latestOpenAPI 3.0.02026-08-04265791.1 MBIncentives Kpi
Get
Get an incentive-kpi for the given id.
get/public/api/incentives-kpi/{id}
Path parameters
idstring required
The id of the incentive-kpi
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"incentive_kpi_id": "5eb8fd0a7d5ff5748adcb039",
"incentive_id": "5eb8fd017d5ff5748adcaf09",
"owner_id": "5eb8fd017d5ff5748adcaef5",
"first_name": "my",
"last_name": "company",
"username": "mcompany@mycompany.com",
"participant_id": "5eb8fd017d5ff5748adcaef5",
"start_time": "2020-01-01T00:00:00.000Z",
"end_time": "2020-01-31T23:59:59.999Z",
"total": 12,
"count": 6,
"weight": 2,
"participant_type": "individual",
"created_date": "2020-01-01T00:00:00.000Z",
"updated_date": "2020-01-01T00:10:00.000Z"
}