ЕСОЗ - публічна документація
List Roles
Purpose
This method allows to get a list of scopes corresponding to the role by role name.
Specification
Link | Посилання на Apiary або Swagger | |
Resource | /admin/roles | Посилання на ресурс, наприклад: /api/persons/create |
Scope | role:read | Scope для доступу |
Components | Scopes Model | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Sync | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
Preconditions
Logic
This method returns list of roles with id/name/scopes from mithril.roles. Can be used with or without search params.
Global and configuration parameters
Input parameters
Filters
See on Apiary
Authorize
Verify the validity of access token
in case error return 401 Unauthorized
Check users scopes (role:read) to perform this action
in case error return 403 - forbidden
Headers
Content-Type:application/json
Request data validation
API paragraph not found
Processing
API paragraph not found
Response structure
Example:
Post-processing processes
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
401 | Unauthorized | invalid token |
Backward compatibility
API paragraph not found
ЕСОЗ - публічна документація