NovaFacies Open Source Project - Module 'AdminRights' v1 (1.0.0)

Download OpenAPI specification:Download

NovaFacies Open Source Foundation: [email protected] URL: https://novafacies.org/ License: GNU GPLv3

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

Retrieves rights for the admin role. Reference function with internal name: adminRights.getAdminRight

Authorizations:
BearerAuth
Request Body schema: application/json
admin_role_id
required
string

See Module Description

page
integer

See Module Description

page_size
integer

See Module Description

Responses

Request samples

Content type
application/json
{
  • "admin_role_id": "role-admin-001",
  • "page": 1,
  • "page_size": 20
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "admin_rights": [
    ],
  • "total": 2
}