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

    Information

    Zeitlich begrenze Information / Störungsmeldung

    {
        "type": "string",
        "id": "string",
        "version": 0,
        "priority": "normal",
        "timestamps": {
            "creation": "2019-08-24T14:15:22.123Z",
            "availability": {
                "from": "2019-08-24T14:15:22.123Z",
                "to": "2019-08-24T14:15:22.123Z",
                "isOpenEnd": true
            },
            "validity": [
                {
                    "from": "2019-08-24T14:15:22.123Z",
                    "to": "2019-08-24T14:15:22.123Z",
                    "isOpenEnd": true
                }
            ],
            "expiration": "2019-08-24T14:15:22.123Z"
        },
        "infoLinks": [
            {
                "url": "string",
                "content": "string",
                "title": "string",
                "subtitle": "string",
                "urlText": "string",
                "additionalContent": "string"
            }
        ],
        "properties": {
            "source": {
                "id": "string",
                "name": "string",
                "type": "string"
            },
            "incidentDateTime": "string",
            "providerCode": "string",
            "producerRef": "string",
            "deviceRef": "string",
            "messageRef": "string",
            "eventRef": "string",
            "AlertCause": "roadworks",
            "publisher": "string",
            "MiscellaneousReason": "roadworks",
            "Entfernung": "string",
            "type": "ESCALATOR"
        },
        "affected": {
            "lines": [
                {
                    "id": "string",
                    "destination": {
                        "id": "string",
                        "name": "string",
                        "type": "locality"
                    },
                    "name": "R-Bahn RE3",
                    "number": "RE3",
                    "description": "string",
                    "product": {
                        "id": 0,
                        "class": 0,
                        "name": "footpath",
                        "iconId": 0
                    },
                    "operator": {
                        "code": "string",
                        "id": "string",
                        "name": "string"
                    }
                }
            ],
            "stops": [
                {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Hannover Bf K.-Wiechert-Allee",
                    "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                    "type": "locality",
                    "coord": [
                        0
                    ],
                    "parent": {
                        "id": "string",
                        "name": "string",
                        "type": "locality"
                    },
                    "productClasses": [
                        0
                    ],
                    "properties": {
                        "stopId": "string",
                        "mainLocality": "string"
                    },
                    "connectingMode": 0
                }
            ],
            "Infrastructures": [
                {}
            ]
        },
        "blockingType": "string"
    }
    Built with