KPIs
List all KPIs
KPIs
List all KPIs
Lists all KPIs available for use.
GET
/
api
/
vendor
/
v1
/
kpis
curl --request GET \
--url https://console.lomaplatform.com/api/vendor/v1/kpis \
--header 'API-Key: <api-key>'
[
{
"id": "jujIJxyvlDo5qunI",
"name": "Fundraising Events",
"unit": null,
"identifier": null,
"description": "The number of fundraising events booked.",
"is_delta_positive_better": true
},
{
"id": "9f0mB9UcJPsN9KWV",
"name": "Canvassing Hours",
"unit": null,
"identifier": null,
"description": "Number of hours spent canvassing in the community.",
"is_delta_positive_better": true
}
]
Authorizations
API Key for the vendor
Response
200 - application/json
200 OK
The response is of type object[]
.
curl --request GET \
--url https://console.lomaplatform.com/api/vendor/v1/kpis \
--header 'API-Key: <api-key>'
[
{
"id": "jujIJxyvlDo5qunI",
"name": "Fundraising Events",
"unit": null,
"identifier": null,
"description": "The number of fundraising events booked.",
"is_delta_positive_better": true
},
{
"id": "9f0mB9UcJPsN9KWV",
"name": "Canvassing Hours",
"unit": null,
"identifier": null,
"description": "Number of hours spent canvassing in the community.",
"is_delta_positive_better": true
}
]