Returns the specific focus area specified by the id parameter. A condensed verion of the parent focus area will also be returned.
| Request method | GET |
| Response object | FocusArea |
| Access scope | initiative_get categorization_get |
| Response format | JSON, XML |
| id required |
The id of the item to return. |
https://api.induct.no/v1/12345/config/initiative_categories/focus_areas/1
{
"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