Purpose
Use this method to obtain a list of Declaration Requests for an employee_id
...
Expand |
---|
|
Code Block |
---|
{
"meta": {
"code": 200,
"url": "https://example.com/resource",
"type": "object",
"request_id": "6617aeec-15e2-4d6f-b9bd-53559c358f97#17810"
},
"data": [
{
"id": "b075f148-7f93-4fc2-b2ec-2d81b19a9b7b",
"start_date": "2017-03-02",
"end_date": "2025-03-02",
"status": "NEW",
"person_id": "4fa9cac7-8950-44db-9294-0daba56eed58",
"employee_id": "60a797bb-43c5-463d-86ee-68e354cb626b",
"division_id": "4c9c9c6e-5230-444d-8b65-7678da1c1ab3",
"legal_entity_id": "56b8bcd7-78b8-4ff7-8a60-a48e54a6ef57",
"authorize_with": "cc949559-5dfe-420f-ac05-065e443b2cc6",
"parent_declaration_id": "8c7753fc-a647-435f-8e43-4ff4546431f6"
}
],
"paging": {
"page_number": 2,
"page_size": 50,
"total_entries": 1000,
"total_pages": 23
}
} |
|
Post-processing processes
...
HTTP status codes
HTTP status code | Message | What caused the error |
---|
200 | Response | |
401 | | Access token validation failed |
403 | | Invalid scope |
...