Download OpenAPI specification:Download
API specification for Module 'AdminRights' in NovaFacies Open Source Project. For more information, see https://novafacies.org
Retrieves rights for the admin role. Reference function with internal name: adminRights.getAdminRight
admin_role_id required | string See Module Description |
page | integer See Module Description |
page_size | integer See Module Description |
{- "admin_role_id": "role-admin-001",
- "page": 1,
- "page_size": 20
}
{- "status": "success",
- "admin_rights": [
- {
- "admin_right_id": "right-admin-001",
- "admin_role_id": "role-admin-001",
- "admin_right_permissions": {
- "all": "full-access"
}
}, - {
- "admin_right_id": "right-admin-002",
- "admin_role_id": "role-admin-001",
- "admin_right_permissions": {
- "read": "full-access"
}
}
], - "total": 2
}