• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • config/scorecards/(id)/get

GET config/scorecards/(id)/get

Returns a scorecards with all questions.

Resource information

Request method GET
Response object Scorecard
Access scope initiative_get categorization_get
Response format JSON, XML

Example

https://api.induct.no/v1/12345/config/scorecards/75

JSON result:
[{
    "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

↑ Back to top

© Induct Software AS