1. Responses
HAFAS-WebAPI
  • LocMatch
    POST
  • StationBoard
    POST
  • JourneyDetails
    POST
  • test – 1.18 letzte mit getPasslist!
    POST
  • HimSearch – 1.19 erste funktionsfähige
    POST
  • Schemas
    • Responses
      • GenericResponseConstructor
      • LocMatchResponse
      • StationBoardResponse
      • JourneyDetailsResponse
    • Abstract Objects
      • ProductTypes
    • IconReference
    • Color
    • Line
    • LineProperties
    • UntimedLocation
    • Position2D
    • Position3D
    • GlobalId
    • Information
    • InformationPeriod
    • InformationCategory
    • DrawStyle
    • StopEvent
    • HintReference
    • LineReference
    • Operator
    • Hint
    • RequestedLocation
    • RealtimeSource
    • TimeStyle
    • TimedLocation
    • Platform
    • TimeTooltip
    • Destination
    • Polyline
    • PolylineLocationConnection
    • Journey
    • [StopListItem]
  1. Responses

GenericResponseConstructor

Jegliche Antworten werden innerhalb dieses Konstruktors ausgegeben (svcResL[]->res)

{
    "graph": {
        "id": "string",
        "index": 0
    },
    "subGraph": {
        "id": "string",
        "index": 0
    },
    "svcResL": [
        {
            "meth": "string",
            "res": "string",
            "err": "string",
            "id": "string"
        }
    ],
    "view": {
        "id": "string",
        "index": 0,
        "type": "string"
    },
    "err": "string",
    "id": "string",
    "lang": "string",
    "ver": "string"
}
Built with