Skip to main content
GET
/
v1
/
report_builder
/
kpis
Get Kpis
const options = {method: 'GET', headers: {'x-organization-id': '<x-organization-id>'}};

fetch('https://api.dcycle.io/v1/report_builder/kpis', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{}

Headers

x-organization-id
string<uuid>
required

Query Parameters

category
enum<string>
required

Enum for kpi category.

Available options:
environmental,
narrative_social,
quantitative_social

Response

Successful Response

The response is of type Response Get Kpis V1 Report Builder Kpis Get · object.