Table of Contents | ||||
---|---|---|---|---|
|
...
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 |
|
Request structure
...
Authorize
Request to process the request using a token in the headers
Headers
Наприклад:
Content-Type:application/json
Request data validation
...
Processing
Service logic
Filter active forbidden_groups by search params
Render found forbidden_groups with following params only:
id
name
...
Expand | ||
---|---|---|
| ||
|
Post-processing processes
...
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 |
|
|
...