• 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/(id)/get

GET config/initiative_categories/focus_areas/(id)/get

Returns the specific focus area specified by the id parameter. A condensed verion of the parent focus area will also be returned.

Resource information

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

Parameters

id
required
The id of the item to return.

Example

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

JSON result:
{
    "id": 1,
    "uri": "https://api.induct.no/v1/12345/config/initiative_categories/focus_areas/1",
    "name": "3rd level, 2nd option",
    "description": "",
    "responsibleUser": {
        "id": 1,
        "uri": "https://api.induct.no/v1/12345/users/2"
    },
    "parent": {
        "id": 2,
        "uri": "https://api.induct.no/v1/12345/config/initiative_categories/focus_areas/2"
    }
}

Induct API 1.0

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

↑ Back to top

© Induct Software AS