Returns a scorecards with all questions.
| Request method | GET |
| Response object | Scorecard |
| Access scope | initiative_get categorization_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/config/scorecards/75
[{
"id": 75,
"uri": "http://api.induct.no/v1/4tn0w5kjjzak/config/scorecards/75",
"title": "Process",
"groups": [
{
"id": 1,
"title": "Process question group",
"questions": [
{
"id": 1,
"title": "Process question 1",
"description": "",
"questionType": 0,
"valueType": 0,
"layoutMode": 1,
"isResponseRequired": false
},
{
"id": 2,
"title": "Process quesiton 2",
"description": "",
"questionType": 0,
"valueType": 2,
"layoutMode": 1,
"isResponseRequired": true
}
]
}
]
}]
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM