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

GET config/initiative_categories/get

Returns configuration settings for displaying and usage of categories for this a application.

Resource information

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

Example

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

JSON result:
{
    "id": 5000,
    "showInnovationTypeSubmit": true,
    "showInnovationTypeFilter": true,
    "innovationTypeCustomName": "",
    "showFocusAreaSubmit": true,
    "showFocusAreaFilter": true,
    "focusAreaCustomName": "My custom name",
    "showInnovationGradeSubmit": false,
    "showInnovationGradeFilter": false,
    "showSourceSubmit": false,
    "showSourceFilter": false
}

Induct API 1.0

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

↑ Back to top

© Induct Software AS