GET be/machines/working_hours

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkingHours
NameDescriptionTypeAdditional information
machineId

string

None.

customHours

Collection of CustomWorkingHours

None.

defaultHours

Collection of StandardWorkingHours

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "machineId": "sample string 1",
    "customHours": [
      {
        "date": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      },
      {
        "date": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      }
    ],
    "defaultHours": [
      {
        "dayOfWeek": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      },
      {
        "dayOfWeek": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      }
    ]
  },
  {
    "machineId": "sample string 1",
    "customHours": [
      {
        "date": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      },
      {
        "date": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      }
    ],
    "defaultHours": [
      {
        "dayOfWeek": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      },
      {
        "dayOfWeek": 1,
        "from": "sample string 2",
        "to": "sample string 3"
      }
    ]
  }
]