List scheduledtimes
...
Name | Required | Value | Description | Default values |
---|---|---|---|---|
resource | yes | resource=12 | Selected resource | |
startdate | Yes | startdate=2014-01-01 | Start date for interval | |
enddate | No | enddate=2014-01-02 | End date for interval | startdate + 1 day |
businessunit | No | businessunit=14 | Select open schedules for a certain businessunit. Regular schedules are always global. Spells (arbetspass) may be locked to specific businessunits and may be filtered out by this parameter. | - |
Example:
Code Block |
---|
APIURL/scheduledtimes.xml?resource=12&startdate=2014-01-01&enddate=2014-01-02 |
...