Role-Based Access Control
Description |
Get all APIs accessible to a current user |
Request URL |
GET /app/user/action |
Request DATA |
N/A |
Response |
[{"/resources/systems/capabilities/": "GET"}, {"/resources/groups/capabilities/": "GET"}, {"/repository/resources": "GET" { "/repository/resources/": "GET"}, {"/repository/relations": "GET"}, {"/repository/relations/<relation>": "GET"}, {"/repository/relations/<relation>/<src_objects_ids>": "GET"}, { "/repository/relations/<relation>/<src_objects_ids>/<dest_objects_ids>": "GET"}, {"/repository/resources/<resource_type>": "GET"}, {"/repository/resources/<resource_type>/<resource_ids>": "GET"}, {"/repository/resources/<resource_type>/<resource_ids>/<association>": "GET"}, {"/repository/resources/<resource_type>/<resource_ids>/<association>/<associated_resource_type>": "GET" }, … |
All APIs accessible to a user are also accessible to the admin. But there are some APIs which are only accessible to the admin.