Back to index
Summary
Retrieves the run schedules with environment reservations.beginDateStringoptionalDate of beginning reservation. endDateStringoptionalThe date when reservation event ends. filtersArray<Filter>optionalA list of zero or more filter criteria definitions used to define objects to find. includeTimeslotsBooleanoptionalInclude timeslots in reservation response. timeZoneStringoptionalThe time zone to use when interpreting times. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getRunSchedules( /* optional arguments */ )