IdentityAccessAIMInfoAreaRoleArea
This service accesses the 'role area' configuration which controls authorization on C-Framework web pages (mostly PRO-Person and AIM systems).
Base URL: /domains/legacy/identity/access/AIMinfoarea/rolearea
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/role.area.cgi/ | GET | List grantable info areas |
/role.area.cgi/documentation | GET | Documentation-GRO_authorizations |
/role.area.cgi/{info_area_name} | GET | List GRO authorizations |
Paths
List grantable info areas
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
- 400 Bad Request
-
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response.
- 401 Unauthorized
-
Failure to authenticate
- 403 Forbidden
-
The user does not have access to the resource.
- 404 Not Found
-
The target resource can not be found for the provided resource identifiers.
- 500 Internal Server Error
-
An error occurred generating the response to the service request. This is strictly a server error and not an application error.
GET /role.area.cgi/documentation
Documentation-GRO_authorizations
Uses default content-types: application/json application/xml
- 200 OK
-
Success
List GRO authorizations
info_area_name | Information area name | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
- 400 Bad Request
-
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response.
- 401 Unauthorized
-
Failure to authenticate
- 403 Forbidden
-
The user does not have access to the resource.
- 404 Not Found
-
The target resource can not be found for the provided resource identifiers.
- 500 Internal Server Error
-
An error occurred generating the response to the service request. This is strictly a server error and not an application error.