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

GET config/initiative_categories/focus_areas/get

Returns a list of all initiative focus areas defined for your organization.

Resource information

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

Example

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

JSON result:
[
    {
        "id": 1,
        "uri": "https://api.induct.no/v1/12345/config/initiative_categories/focus_areas/1",
        "name": "Marketing campaigns",
        "description": "",
        "responsibleUser": {
            "id": 2,
            "uri": "https://api.induct.no/v1/12345/users/2",
        }
    },
    {
        "id": 2,
        "uri": "https://api.induct.no/v1/12345/config/initiative_categories/focus_areas/2",
        "name": "Social media stunts",
        "description": "",
        "responsibleUser": {
            "id": 1,
            "uri": "https://api.induct.no/v1/12345/users/1"
        }
    }
]

Induct API 1.0

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

↑ Back to top

© Induct Software AS