Interne EFA-API
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
    • Ortssuche (SF)
      GET
    • Routen an Haltestelle (SL)
      GET
    • Verbindungsabfrage (TRIP2)
      GET
    • Abfahrten/Ankünfte (DM)
      GET
    • Meldungen (ADDINFO)
      GET
    • Systeminformation (SYSTEMINFO)
      GET
    • Haltestellen einer Fahrt (TRIPSTOPTIMES)
      GET
    • Haltestellen-Info (STOPSTRUCTURE)
      GET
    • DMTTP
      GET
    • Verbindung(en) aktualisieren (GETRTFORTRIP)
      POST
    • Verbindung: Datenmodifikation
      POST
    • Schemas
      • Requests/Responses
        • SF
        • SL
        • TRIP2
        • DM
        • ADDINFO
        • GETRTFORTRIP-Single
        • GETRTFORTRIP-Multiple
        • SYSTEMINFO
        • TRIPSTOPTIMES
      • Abstract Objects
        • ProductTypes
        • LocationTypes
        • InfoTypes
      • Journey
      • JourneyLeg
      • FareContainer
      • Ticket
      • Zone
      • TicketValidityCondition
      • DaysOfService
      • LocationAccessContainer
      • LocationStopPointAccess
      • Trip
      • TripHint
      • TripHintProperties
      • ShortInformation
      • InformationProperties
      • InformationAffection
      • Infrastructure
      • PathDescription
      • PathDescriptionProperties
      • LegInterchange
      • LegProperties
      • VehicleAccess
      • VehicleAccessEquipmentContainer
      • VehicleAccessVehicleEquipment
      • FootPathInfo
      • FootPathElement
      • FootPathElementAttributes
      • CoordDistance
      • StopEvent
      • StopEventProperties
      • ServerInfo
      • UntimedLocationProperties
      • TimedLocation
      • UntimedLocation
      • UntimedLocationSearchResult
      • TicketProperties
      • FootpathLocation
      • FootpathLocationProperties
      • ShortTrip
      • Information
      • ShortInformationLink
      • ShortInformationProperties
      • ServingLine
      • KernelInformation
      • SystemMessage
      • ShortLocation
      • TimedLocationProperties
      • Operator
      • TimePeriod
      • TripStopTimeLeg
      • InformationSource
      • InformationLink
      • InformationTimestamps
      • Product
      • InformationContainer
      • TripProperties
    Dokumentation
    Inhaltliche Hinweise
    Dokumentation
    Inhaltliche Hinweise
    GitHub

    FootPathInfo

    {
        "position": "IDEST",
        "duration": 0,
        "footPathElem": [
            {
                "description": "string",
                "type": "UNKNOWN",
                "levelFrom": 0,
                "levelTo": 0,
                "level": "UP",
                "origin": {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Bahnhof Karl-Wiechert-Allee",
                    "type": "stop",
                    "coord": [
                        0
                    ],
                    "properties": {
                        "area": 0,
                        "platform": 0,
                        "georef": "string",
                        "areaGid": "string",
                        "areaType": 0
                    }
                },
                "destination": {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Bahnhof Karl-Wiechert-Allee",
                    "type": "stop",
                    "coord": [
                        0
                    ],
                    "properties": {
                        "area": 0,
                        "platform": 0,
                        "georef": "string",
                        "areaGid": "string",
                        "areaType": 0
                    }
                },
                "attributes": {
                    "duration": 0,
                    "distance": 0,
                    "narrowestWidth": -1,
                    "elevLength": 0,
                    "elevWidth": 0,
                    "elevDoorWidth": 0,
                    "rampLength": 0,
                    "rampWidth": 0,
                    "rampInclination": 0,
                    "numberSteps": 0,
                    "maxStepHeight": 0
                },
                "openingHours": [
                    "string"
                ]
            }
        ]
    }
    Built with