• 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/process_indicators/get

GET config/process_indicators/get

Resource information

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

Example

https://api.induct.no/v1/12345/config/process_indicators

JSON result:
[
    {
        "title": "Capture",
        "index": 0,
        "innovationPhase": 1,
        "id": 1,
        "uri": "https://api.induct.no/v1/12345/config/process_indicators/1"
    },
    {
        "title": "Refine",
        "index": 1,
        "innovationPhase": 1,
        "id": 2,
        "uri": "https://api.induct.no/v1/12345/config/process_indicators/2"
    },
    {
        "title": "Implement",
        "index": 0,
        "innovationPhase": 2,
        "id": 3,
        "uri": "https://api.induct.no/v1/12345/config/process_indicators/3"
    },
    {
        "title": "Test",
        "index": 1,
        "innovationPhase": 2,
        "id": 4,
        "uri": "https://api.induct.no/v1/12345/config/process_indicators/4"
    },
    {
        "title": "Learning",
        "index": 0,
        "innovationPhase": 3,
        "id": 5,
        "uri": "https://api.induct.no/v1/12345/config/process_indicators/5"
    }
]

Induct API 1.0

Last API system update:
11/23/2020 8:43:56 AM

↑ Back to top

© Induct Software AS