Magidoc

Plan
Object

Fields

#

date

The time and date of travel. Format: Unix timestamp in milliseconds.

debugOutput

Non-null

Information about the timings for the plan generation

from

Non-null

The origin

itineraries

Non-null

A list of possible itineraries

messageEnums

[ String ]!
Non-null

A list of possible error messages as enum

messageStrings

[ String ]!
Non-null

A list of possible error messages in cleartext

nextDateTime

This is the suggested search time for the "next page" or time window. Insert it together with the searchWindowUsed in the request to get a new set of trips following in the search-window AFTER the current search. No duplicate trips should be returned, unless a trip is delayed and new real-time data is available.

nextPageCursor

Use the cursor to go to the next "page" of itineraries. Copy the cursor from the last response to the pageCursor query parameter and keep the original request as is. This will enable you to search for itineraries in the next search-window. The cursor based paging only support stepping to the next page, as it does not support jumping. This is only usable when public transportation mode(s) are included in the query.

prevDateTime

This is the suggested search time for the "previous page" or time window. Insert it together with the searchWindowUsed in the request to get a new set of trips preceding in the search-window BEFORE the current search. No duplicate trips should be returned, unless a trip is delayed and new real-time data is available.

previousPageCursor

Use the cursor to go to the previous "page" of itineraries. Copy the cursor from the last response to the pageCursor query parameter and keep the original request otherwise as is. This will enable you to search for itineraries in the previous search-window. The cursor based paging only support stepping to the previous page, as it does not support jumping. This is only usable when public transportation mode(s) are included in the query.

routingErrors

Non-null

A list of routing errors, and fields which caused them

searchWindowUsed

This is the searchWindow used by the raptor search. It is provided here for debugging purpousess.

The unit is seconds.

to

Non-null

The destination

Usages

#

References

#