ЕСОЗ - публічна документація
Get Forbidden group list_EN
Purpose
This web service returns a catalog of all active forbidden groups in eHealth.
Specification
Link | |
Resource | /api/forbidden_groups |
Scope | forbidden_group:read |
Components | Forbidden groups |
Microservices | API paragraph not found |
Protocol type | API paragraph not found |
Request type | GET |
Sync/Async | Sync |
Public/Private/Internal | Public |
Logic
This WS allows to get list of forbidden groups without details by legal entity employees. Used to get id and name of the forbidden group to achieve permissions on it with help of approval
Key points
This is a REST method used by MIS
Authorization is not needed to get Forbidden group list (as dictionaries).
Filters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
name |
| String | Forbidden group name |
|
page |
| Number | Page number |
|
page_size |
| Number | A limit on the number of objects to be returned, between 1 and 100 |
|
Headers
Наприклад:
Content-Type:application/json
Processing
Service logic
Filter active forbidden_groups by search params
Render found forbidden_groups with following params only:
id
name
Response structure
See on Apiary
Example:
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 |
|
|
ЕСОЗ - публічна документація