Returns a list of all scorecards from your organization.
| Request method | GET |
| Response object | Scorecard |
| Access scope | initiative_get categorization_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/config/scorecards
[
{
"id": 42,
"uri": "https://api.induct.no/v1/12345/config/scorecards/42",
"title": "Product"
},
{
"id": 75,
"uri": "https://api.induct.no/v1/12345/config/scorecards/75",
"title": "Process"
}
]
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM