v1

latestOpenAPI 3.0.02026-08-063939255.2 KB
Employees

Vacation

Handle HTTP requests regarding Customers.

get/employees/{id}/vacations

Path parameters

idstring required

Employee id or email

Query parameters

pageinteger
per_pageinteger

Headers

tokenstring required

Api token

Response

ОК

errorboolean
codeinteger
messagesstring[]

Example response

{
  "result": {
    "current_page": 1,
    "data": [
      {
        "people_id": "MS",
        "event_id": "1",
        "day": "2020-04-15",
        "type_id": 4
      }
    ],
    "first_page_url": "https://hurma.work/api/path?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "https://hurma.work/api/path?page=1",
    "next_page_url": "https://hurma.work/api/path?page=1",
    "path": "https://hurma.work/api/path",
    "per_page": 12,
    "to": 4,
    "total": 4
  },
  "code": 200
}