GET ev/machines/calendar/{machineId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkingHours| Name | Description | Type | Additional 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"
}
]
}