GET api/CustScheduler/GetCalendarEvents?machineId={machineId}&fromDate={fromDate}&toDate={toDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
machineId

integer

Required

fromDate

date

Required

toDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CalendarEventClass
NameDescriptionTypeAdditional information
Id

integer

None.

name

string

None.

begin

date

None.

end

date

None.

eventColor

string

None.

mapping

CustMachineProjectMapping

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.