Получение списка настраиваемых пользовательских справочников
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
code string
fieldsDecl object
name string
position int32
status int64
[
{
"code": "string",
"fieldsDecl": {},
"name": "string",
"position": 0,
"status": 0
}
]
Unauthorized
Forbidden
Not Found
GET /dicts/custom/config
Request
Request
curl / cURL
curl -L -X GET '//localhost/dicts/custom/config' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/dicts/custom/config' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/dicts/custom/config' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/dicts/custom/config' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/dicts/custom/config' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/dicts/custom/config' \
-H 'Accept: */*'