Interface: StationScheduleParams

Hierarchy

  • StationScheduleParams

Index

Properties

Properties

Optional from

from? : string | Date

The start time of the schedule in ISO8601 format. If from and to parameters are omitted, then the API returns the station’s schedule for the next 24 hours starting from the nearest hour before the current time.


Optional page

page? : undefined | number

To specify a particular page of results, add this parameter to your query


rpuids

rpuids: string[]

Required. Specify the stations you would like schedule information for, in a comma separated list of rpuids. Maximum 5 rpuids per request.


Optional size

size? : undefined | number

The number of results to return


Optional to

to? : string | Date

The start time of the schedule in ISO8601 format. If from and to parameters are omitted, then the API returns the station’s schedule for the next 24 hours starting from the nearest hour before the current time.