getPeriodicalHistory
getPeriodicalHistory
Path Parameters
id int64 required
id
periodicalField string required
periodicalField
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
date date
value object
[
{
"date": "2024-11-20",
"value": {}
}
]
Unauthorized
Forbidden
Not Found
GET /dicts/legal-entities/:id/periodicals/:periodicalField/history
Request
Request
curl / cURL
curl -L -X GET '//localhost/dicts/legal-entities/:id/periodicals/:periodicalField/history' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/dicts/legal-entities/:id/periodicals/:periodicalField/history' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/dicts/legal-entities/:id/periodicals/:periodicalField/history' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/dicts/legal-entities/:id/periodicals/:periodicalField/history' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/dicts/legal-entities/:id/periodicals/:periodicalField/history' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/dicts/legal-entities/:id/periodicals/:periodicalField/history' \
-H 'Accept: */*'