action oceandrivers_get_event_stations { label: "getEventStations" description: "Get stations in an event
None" provider: oceandrivers method: GET path: "/v1.0/getEventStations/{eventId}/" encoding: json input: { type: "object" properties: { eventId: { type: "string" } } required: ["eventId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }