v1

latestOpenAPI 3.0.02026-08-063939255.2 KB
Departments

Remote work

Handle HTTP requests regarding Customers.

get/departments/{id}/home-work

Path parameters

idinteger required

Department id

Query parameters

pageinteger
per_pageinteger

Headers

tokenstring required

Api token

Response

ОК

errorboolean
codeinteger
messagesstring[]

Example response

{
  "result": {
    "current_page": 1,
    "data": [
      {
        "people_id": "Jx",
        "day": "2020-03-16",
        "type_id": 1,
        "type_description": "string",
        "status": "Approved"
      }
    ],
    "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
}