Created
May 25, 2024 14:43
-
-
Save derhuerst/88c9b802489bb265b46ffc364f1082ab to your computer and use it in GitHub Desktop.
ODEG WiFi portal network requests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"operationName":"splashpage","variables":{"user_session_id":"7867e542-590c-4154-9a85-df33d5587aff","language":"en","initial":true},"query":"query splashpage($user_session_id: ID\u0021, $language: String\u0021, $initial: Boolean) { | |
splashpage( | |
user_session_id: $user_session_id | |
language: $language | |
initial: $initial | |
) { | |
error { | |
...Error | |
__typename | |
} | |
user_session_id | |
connected | |
online | |
policy_violation { | |
...PolicyViolationError | |
__typename | |
} | |
splashpage { | |
...Splashpage | |
__typename | |
} | |
user_session_info { | |
...UserSessionInfo | |
__typename | |
} | |
__typename | |
} | |
} | |
fragment Splashpage on Splashpage { | |
splashpage_id | |
customer_id | |
title | |
color_primary | |
color_secondary | |
background_image | |
default_lang | |
supported_lang | |
logo_image | |
destination_url | |
matomo_tracking_id | |
pages { | |
...Page | |
__typename | |
} | |
__typename | |
} | |
fragment Page on Page { | |
page_id | |
label | |
route | |
position | |
widgets { | |
...Widget | |
__typename | |
} | |
__typename | |
} | |
fragment Widget on Widget { | |
widget_id | |
page_id | |
position | |
date_updated | |
... on SimpleTextWidget { | |
is_ready | |
...SimpleTextWidget | |
__typename | |
} | |
... on ConnectWidget { | |
button_text | |
connected_text | |
variant | |
confirmation | |
delay | |
require_sms_auth | |
email_mandatory | |
terms_of_service | |
store_terms | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
__typename | |
} | |
... on JourneyInfoWidget { | |
json | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
variant | |
is_ready | |
hold_text | |
__typename | |
} | |
... on StructuredTextWidget { | |
is_ready | |
categories { | |
...StructuredTextCategory | |
__typename | |
} | |
__typename | |
} | |
... on SupportFormWidget { | |
custom_options { | |
option_key | |
text | |
__typename | |
} | |
__typename | |
} | |
... on Wifi4EUWidget { | |
self_test | |
network_identifier | |
__typename | |
} | |
... on EmergencyRequestWidget { | |
reasons { | |
reason | |
__typename | |
} | |
disclaimer | |
status | |
__typename | |
} | |
... on MovingMapWidget { | |
is_ready | |
icon | |
geo_points { | |
icon_width | |
icon_url | |
lat | |
long | |
text | |
__typename | |
} | |
json | |
__typename | |
} | |
__typename | |
} | |
fragment Anchor on Anchor { | |
slug | |
label | |
__typename | |
} | |
fragment SimpleTextWidget on SimpleTextWidget { | |
content | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
__typename | |
} | |
fragment StructuredTextCategory on StructuredTextCategory { | |
label | |
entries { | |
...StructuredTextEntry | |
__typename | |
} | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
__typename | |
} | |
fragment StructuredTextEntry on StructuredTextEntry { | |
title | |
content | |
POI_match { | |
...PoiMatch | |
__typename | |
} | |
__typename | |
} | |
fragment PoiMatch on PoiMatch { | |
stop { | |
name | |
id | |
ds100 | |
ibnr | |
__typename | |
} | |
__typename | |
} | |
fragment Error on Error { | |
error_code | |
error_message | |
__typename | |
} | |
fragment PolicyViolationError on Error { | |
error_code | |
error_message | |
current_value_bytes | |
max_value_bytes | |
current_value_seconds | |
max_value_seconds | |
__typename | |
} | |
fragment UserSessionInfo on UserSessionInfo { | |
client_mac | |
ap_mac | |
ap_name | |
user_session_id | |
sync_user_session_id | |
time_start | |
state | |
network_user_policy { | |
network_user_policy_id | |
max_mbytes_down | |
max_mbytes_up | |
daily_max_mbytes_down | |
daily_max_mbytes_up | |
max_bandwidth_down | |
max_bandwidth_up | |
max_pause_time | |
accounting_interval | |
timeout_session | |
daily_max_session_time | |
timeout_idle | |
__typename | |
} | |
mbytes_down | |
mbytes_up | |
session_time | |
daily_mbytes_down | |
daily_mbytes_up | |
daily_session_time | |
__typename | |
}"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"splashpage": { | |
"error": null, | |
"user_session_id": "7867e542-590c-4154-9a85-df33d5587aff", | |
"connected": true, | |
"online": true, | |
"policy_violation": null, | |
"splashpage": { | |
"splashpage_id": "2555854f-9db6-48e8-9407-78c624a7b515", | |
"customer_id": "f82ad507-6519-45cb-ad41-a98c58b1a7b8", | |
"title": "Fahrgastportal NES", | |
"color_primary": "#faa61a", | |
"color_secondary": "#cccccc", | |
"background_image": "unwired-resource://sxPqitQ1hQG2p_PG0BXM/Header WLAN 2.png", | |
"default_lang": "de", | |
"supported_lang": [ | |
"de", | |
"en" | |
], | |
"logo_image": "unwired-resource://3NaN4N51354214990093/ODEG-Logo_Neu.png", | |
"destination_url": null, | |
"matomo_tracking_id": "70", | |
"pages": [ | |
{ | |
"page_id": "453585de-d957-4527-b18a-fb1e5c3eb0ba", | |
"label": "Ihre ODEG", | |
"route": "n-ihre-odeg", | |
"position": 3, | |
"widgets": [ | |
{ | |
"widget_id": "515101cd-2c8f-47a1-b04d-17dd56d03192", | |
"page_id": "453585de-d957-4527-b18a-fb1e5c3eb0ba", | |
"position": 1, | |
"date_updated": "2022-12-01T15:35:33.852Z", | |
"is_ready": null, | |
"content": "<h1>Ihre ODEG – auf einen Blick</h1>\n<p style=\"text-align:left;\">Wir, die ODEG – Ostdeutsche Eisenbahn GmbH, sind die größte private Eisenbahn im Osten Deutschlands.<br>Zirka 815 Mitarbeiter/-innen* sind täglich für Sie in den fünf Bundesländern Mecklenburg-Vorpommern, Brandenburg, Berlin, Sachsen-Anhalt und Sachsen im Einsatz. Mit unseren 80 Zügen auf insgesamt 15 Linien kommen wir auf eine Streckenlänge von rund 1.560 Kilometern.</p>\n<p>Möchten Sie uns näher kennenlernen? <a href=\"https://www.odeg.de/\" target=\"_blank\">Hier </a>erfahren Sie alles Wissenswerte über das Eisenbahnverkehrsunternehmen hinter den gelb-grünen Zügen.</p>\n<p></p>\n<figure><img src=\"unwired-resource://myR1woDdwP2mLLbdaFMB/Desiro HC Berlin.jpg\" /></figure>\n<p></p>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "c9efe42e-1fd9-406c-bba0-622004817b2e", | |
"page_id": "453585de-d957-4527-b18a-fb1e5c3eb0ba", | |
"position": 2, | |
"date_updated": "2022-12-01T07:37:51.610Z", | |
"is_ready": null, | |
"categories": [ | |
{ | |
"label": "Unsere Fahrzeugflotte", | |
"entries": [ | |
{ | |
"title": "Desiro HC", | |
"content": "<p>Der brandneue, doppelstöckige Siemens Desiro HC ist unser Regional-Express für die Rush-Hour: 29 neue Triebzüge laden auf den Linien RE1 und RB17 mit jeweils bis zu 800 neuen Sitzen ein, Platz zu nehmen – dank Features wie einem gratis Internetzugang, 21“ Fahrgastinformationsbildschirme und Bordservice so komfortabel wie nie zuvor. Der 6- bzw. 4-teilige elektrische Triebzug mit seiner Kombination aus Singledeckmotorwagen und Doppelstocklaufwagen erreicht eine beachtliche Länge von bis zu 157,6 m.</p>\n<p></p>\n<a href=\"https://www.odeg-nes.de/unsere-zuege/desiro-hc\" target=\"_blank\"><figure><img src=\"unwired-resource://pc7FIyedVjGItZ66hyxs/ODEG_DesiroHC_6_mitFront_RGB.png\" /></figure></a>\n<p></p>\n<a href=\"https://www.odeg-nes.de/unsere-zuege/desiro-hc\" target=\"_blank\"><figure><img src=\"unwired-resource://Vt_bvQN5_9Bp6ki0G7bD/ODEG_DesiroHC_4_mitFront_RGB.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "KISS", | |
"content": "<p>Im KISS wird modernste Zugtechnologie erlebbar. Unsere 16 komfortablen, innovativen, spurtstarken S-Bahn-Züge der neuen Generation sind technologisch top ausgestattet. Sicherheit, Komfort, Ökonomie und Leistung treffen auf doppelstöckiges Design. Lassen Sie sich vom KISS begeistern.</p>\n<p></p>\n<a href=\"https://www.odeg.de/unternehmen/fahrzeugflotte/kiss\" target=\"_blank\"><figure><img src=\"unwired-resource://1iAaZ31WmZ2QYwmHscyb/ODEG_KISS_mitFront_RGB.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Desiro Classic ", | |
"content": "<p>Unser Desiro Classic macht seinem Namen alle Ehre und Ihre Reise zum Vergnügen. Großzügige Fensterfronten laden ein, die vorbeiziehende Landschaft zu genießen. Fahrräder, Gepäck und Kinderwagen lassen sich auf den Mehrzweckstellplätzen sicher verstauen. Unser Cateringservice hält Leckereien für Zwischendurch bereit – ideal für den kleinen Hunger. Willkommen an Bord unserer Verwöhn-Flotte!</p>\n<p></p>\n<a href=\"https://www.odeg.de/unternehmen/fahrzeugflotte/desiro-classic\" target=\"_blank\"><figure><img src=\"unwired-resource://3Ry7jvqoFGhepKcy1PlO/ODEG_DesiroClassic_mitFront_RGB.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Regioshuttle RS1 ", | |
"content": "<p>Unser RegioShuttle RS1 ist ein zeitloser Klassiker unter den Nahverkehrszügen. Unverkennbar sind seine trapezförmigen Fensterbänder. Außerdem punktet er mit seinen inneren Werten: Bequeme Sitze und ein weiträumiger Mehrzweckbereich sorgen für besten Fahrkomfort. Wir bringen Sie sicher ans Ziel.</p>\n<p></p>\n<a href=\"https://www.odeg.de/unternehmen/fahrzeugflotte/regioshuttle\" target=\"_blank\"><figure><img src=\"unwired-resource://YxaFn0pBZohZI0HOvpHP/ODEG_RS1Schwinge_mitFront_RGB.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Desiro ML ", | |
"content": "<p>Der Elektrotriebzug Desiro MainLine (Desiro ML) ist ein aus Einzelwagen modular aufgebauter Triebzug aus dem Hause Siemens. Der Fahrgastraum verfügt über eine gesteuerte LED-Beleuchtung, die sich den Tages- und Lichtverhältnissen anpasst. Die Frischluftzufuhr wird automatisch in jedem Wagen über eine Heizungs-, Klima- und Lüftungsanlage (HKL) mit CO2-Sensoren gemäß der Auslastung reguliert. Separate Mehrzweckbereiche ermöglichen die Mitnahme von 36 Fahrrädern im Zug. Es besteht ein barriere- bzw. rampenfreier Zugang zum Universal-WC. Alle Einstiege erhalten einen tiefliegenden Schiebetritt und am letzten Einstieg je eine Spaltüberbrückung.</p>\n<p></p>\n<a href=\"https://www.odeg.de/unternehmen/fahrzeugflotte/desiro-ml\" target=\"_blank\"><figure><img src=\"unwired-resource://7vV8NTN0xvXODG6jG42n/ODEG_DesiroML_mitFront_RGB.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "LINT 54", | |
"content": "<p>Der Alstom LINT 54 ist unser Zug für den ländlichen Raum und kommt auf den Linien RB33, RB37 und RB51 zum Einsatz. Acht neue Triebfahrzeuge bieten je 140 Fahrgästen Platz und erfüllen, unserer Natur zuliebe, die strenge Abgasnorm Stufe 5. An Komfort hingegen sparen sie nicht: Auch im kompaktesten neuen ODEG-Zug erwarten Sie modernes Interieur, Gratis-WLAN und viele weitere Annehmlichkeiten.</p>\n<p></p>\n<a href=\"https://www.odeg-nes.de/unsere-zuege/alstom-lint-54\" target=\"_blank\"><figure><img src=\"unwired-resource://q3NBQXJbMbqVShEkc3XD/ODEG_LINT54_mitFront_RGB.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
} | |
], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "n-unsere-fahrzeugflotte", | |
"label": "Unsere Fahrzeugflotte", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "52ddde19-f60a-45e3-9590-67fd207ae71e", | |
"label": "Terms of service", | |
"route": "n-nutzungsbedingungen", | |
"position": 11, | |
"widgets": [ | |
{ | |
"widget_id": "92278a85-848d-4dfc-ab0c-dca7be753e73", | |
"page_id": "52ddde19-f60a-45e3-9590-67fd207ae71e", | |
"position": 1, | |
"date_updated": "2019-01-14T14:07:03.000Z", | |
"is_ready": null, | |
"content": "<h2>Terms of service</h2>\n<p>Unwired Networks GmbH, UW, provides a free WiFi Service. Use of the WiFi service is subject to the prior acceptance of these terms by the user. The user agrees by clicking the button \"Connect\" or similar buttons located on the WiFi login portal.</p>\n<p>The use acknowledges that wifi is a shared service and bandwidth and speed of internet access depends on the capacity of the local internet connection, the number of concurrent users and the distance between the user and the access point as well as other technical circumstances. UW does therefore not grant the users any particular scope, specific functionality of the WiFi service.</p>\n<p>UW reserves the right, for the purpose of ensuring the functionality of the WiFi service or on order of its customer (venue owner), to regulate the network traffic and influence.</p>\n<p>Traffic within the WiFi is unencrypted and data transmission is at the sole risk of the user. The user will take appropriate measure like using VPN to protect its data. UW does not provide virus or phishing protection and assumes no no liability for any damage to the hardware or software or data of the user. The user will by himself take appropriate measures to secure his device and is full liable for damages resulting from the use of insecure devices.</p>\n<p>The user agrees to comply with the laws in force at the location of the hotspot, and refrain from illegal activity, especially file-sharing. UW expressly reserves the right to prevent access to illegal offerings on the internet.</p>\n<p>The users agrees that certain personal and non personal data will by processed by UW according to the data protection declaration. UW may deny access for certain devices or persons without reason and will not reimburse the user for any damage suffered from not being able to access the internet via UWs WiFi service.</p>\n<p>Users hold UW harmless against claims of third parties and indemnify, on what legal basis they are made, for any actions the user has taken using UWs WiFi service.</p>\n<p>The operator reserves the right to block access to content that infringes the respective law at the location of the hotspot, is harmful to minors, is indecent, and / or promotes violence by means of content filtering.</p>\n<p>Disputes arising from these terms are governed exclusively by Austrian law with applicable jurisdiction being the one at the seat of UW. For consumers living within the European Union respective legislation applies.</p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "55fd20f0-1cf8-42f9-8391-0850bb414c68", | |
"label": "Entertainment", | |
"route": "nachrichten", | |
"position": 5, | |
"widgets": [ | |
{ | |
"widget_id": "01ba59e8-23bd-4447-8cca-8df64b8c6ccb", | |
"page_id": "55fd20f0-1cf8-42f9-8391-0850bb414c68", | |
"position": 1, | |
"date_updated": "2023-02-22T10:17:08.024Z", | |
"is_ready": null, | |
"content": "<h1 style=\"text-align:left;\"><ins>Aktuelles aus der Welt</ins></h1>\n<h2>An 365 Tagen im Jahr - die wichtigsten und neuesten News. Aus Deutschland, Europa und der Welt.</h2>\n<figure><img src=\"unwired-resource://xzhn8PSdep9y3iTqNeCE/MIS_3259_fahrgast_senior_model_liest_fahrplan_edited.jpg\" /></figure>\n<p style=\"text-align:center;\"></p>\n<h6><em>Quelle: </em><a href=\"https://wasabi-admin.wifi.unwired.at/#\"><em>tagesschau.de</em></a></h6>", | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "tagesschau", | |
"label": "Tagesschau", | |
"__typename": "Anchor" | |
}, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "f76510eb-ea01-4ad1-83bf-79a115f84ea4", | |
"page_id": "55fd20f0-1cf8-42f9-8391-0850bb414c68", | |
"position": 2, | |
"date_updated": "2024-05-25T14:27:10Z", | |
"is_ready": true, | |
"content": "<h2>tagesschau in 100 Sekunden</h2><video controls></video><p><a href=\"https://www.tagesschau.de/multimedia/sendung/tagesschau_in_100_sekunden/video-1341648.html\"><img src=\"unwired-resource://eLGXgyEDMhR4a8Z4YAk2/wortmarke-tagesschau.svg\" style=\"max-width:90px;max-height:24px\" /></a></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "9a0b2178-34b1-4721-9571-4c6dd1cc5ed2", | |
"page_id": "55fd20f0-1cf8-42f9-8391-0850bb414c68", | |
"position": 3, | |
"date_updated": "2024-05-25T14:09:54.316Z", | |
"is_ready": true, | |
"categories": [ | |
{ | |
"label": null, | |
"entries": [], | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "62a2ad12-144c-44ba-8e2e-d0310ded4fd7", | |
"label": "Entertainment", | |
"route": "n-podcasts", | |
"position": 7, | |
"widgets": [ | |
{ | |
"widget_id": "bf77f93b-6a3e-4f5e-b63c-46f3dfda034d", | |
"page_id": "62a2ad12-144c-44ba-8e2e-d0310ded4fd7", | |
"position": 0, | |
"date_updated": "2023-02-22T10:17:51.071Z", | |
"is_ready": null, | |
"content": "<h1>Ohren auf! </h1>\n<p>Mit unseren Podcasts können Sie aus dem Zug heraus die Welt erkunden. <br>Wir bieten Ihnen interessante Themen aus der Wissenschaft, Geschichte und Gesundheit. Die Folgen begleiten Sie entspannt & bequem auf Ihrer Reise.</p>\n<p></p>\n<figure><img src=\"unwired-resource://dj1rKdnDiYMbvQyqdv2M/Podcast.jpg\" /></figure>\n<p></p>", | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "podcasts", | |
"label": "Podcasts", | |
"__typename": "Anchor" | |
}, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "6b7dd84b-6ae2-4a57-9ab7-432006551b4f", | |
"page_id": "62a2ad12-144c-44ba-8e2e-d0310ded4fd7", | |
"position": 1, | |
"date_updated": "2022-11-30T20:38:15.334Z", | |
"is_ready": null, | |
"categories": [ | |
{ | |
"label": "Infos zu unsere Podcasts", | |
"entries": [ | |
{ | |
"title": "BR50 PodcastBerlin Research – Forschung in Berlin", | |
"content": "<p>Berlin Research 50 (BR50) ist ein Zusammenschluss der außeruniversitären Forschungsinstitutionen in Berlin. Zu diesem bunten Strauß an renommierten Wissenschaftseinrichtungen gehören Helmholtz-, Leibniz- und Max-Planck-Institute, aber auch die Ressortforschung des Bundes und andere außeruniversitäre Forschungsinstitute in Berlin.</p>\n<p>All diese Einrichtungen forschen täglich daran, dass unser aller Leben etwas besser wird – und wir wollen mit dem Podcast „Berlin Research – Forschung in Berlin“ zeigen, wie: Wir reden über Künstliche Intelligenz oder Mobilität und Diversität in der Wissenschaft, über Citizen Science oder Forschung unter schwierigen Bedingungen.</p>\n<p></p>\n<p></p>\n<a href=\"https://www.br50.org/podcast\" target=\"_blank\"><figure><img src=\"unwired-resource://nPYSQA8YQGIFecm6TGak/BR50_Logo.svg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Von gesundem Interesse ", | |
"content": "<p>Max und Stephan geben in unterhaltsamen Gesprächen Hintergrundwissen, Inspiration und Anleitung in den Bereichen Gesundheit, Entwicklung und Wohlbefinden. Der Podcast ist ideal für Leute, die schon immer mehr über diese Themen wissen wollten, ohne Berge von Fachliteratur zu wälzen.</p>\n<p></p>\n<a href=\"https://letscast.fm/sites/von-gesundem-interesse-32a1bfa9\" target=\"_blank\"><figure><img src=\"unwired-resource://0cJWl1qFJD11DMS0I8QY/artwork-300x300.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Auf den Tag genau", | |
"content": "<p><strong><ins>Der Podcast mit täglich einer Zeitungsnachricht aus der Welt vor 100 Jahren.</ins></strong></p>\n<p>Aus dem Kiez in die Welt, von der Oper in den Boxring – mit täglich einer Zeitungsnachricht aus der Hauptstadtpresse heute vor 100 Jahren tauchen wir ein in die Fragen und Debatten, die das Berlin von 1920 bewegten. Halte dich informiert und bleib auf dem Laufenden über eine Welt, die uns heute doch manchmal näher ist, als man meinen möchte.</p>\n<p></p>\n<a href=\"https://www.aufdentaggenau.de/\" target=\"_blank\"><figure><img src=\"unwired-resource://B2tu2Aeo9hJPcPMemhab/welt100.png\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Das ist eine gute Frage", | |
"content": "<p>Der Podcast von Cornelia und Volker Quaschning bespricht locker, kompetent und informativ aktuelle Themen aus dem Bereich Klimakrise und Energierevolution.</p>\n<a href=\"https://dasisteinegutefrage.de/\" target=\"_blank\"><figure><img src=\"unwired-resource://QAA17_rLfYiT3VEnN5wv/preview-large.jpg\" /></figure></a>\n<p></p>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Hinter den Dingen", | |
"content": "<p>„Hinter den Dingen“ ist der vom Sonderforschungsbereich 980 \"Episteme in Bewegung\" herausgegebene Wissenschaftspodcast, der Museumsobjekte zum Ausgangspunkt akustischer Reisen in die Wissensgeschichte der Vormoderne macht. In jeder Folge werden die Geschichten, die einem speziellen Objekt anhaften, von den Wissenschaftler/innen des SFB 980 erzählt.</p>\n<p></p>\n<a href=\"https://www.geisteswissenschaften.fu-berlin.de/frankreichzentrum/fzdigital/3-A-ecouter/Hinter-den-Dingen/index.html\" target=\"_blank\"><figure><img src=\"unwired-resource://aCExgZbaU10tGtcRmjVZ/Hinter den Dingen.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
} | |
], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "n-infos-zu-unsere-podcasts", | |
"label": "Infos zu unsere Podcasts", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
}, | |
{ | |
"widget_id": "c52a42a7-fef2-4cc9-a261-0736f564f766", | |
"page_id": "62a2ad12-144c-44ba-8e2e-d0310ded4fd7", | |
"position": 3, | |
"date_updated": "2024-05-25T14:16:30Z", | |
"is_ready": true, | |
"categories": [ | |
{ | |
"label": null, | |
"entries": [], | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "BerlinResearchForschunginBerlinDerBR50-Podcast", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": null, | |
"entries": [], | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "VongesundemInteresse", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": null, | |
"entries": [], | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "AufdenTaggenau", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": null, | |
"entries": [], | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "DasisteineguteFragePodcast", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": null, | |
"entries": [], | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "HinterdenDingen", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
}, | |
{ | |
"widget_id": "28a0bf85-b3ca-47bb-8155-736db6687b74", | |
"page_id": "62a2ad12-144c-44ba-8e2e-d0310ded4fd7", | |
"position": 7, | |
"date_updated": "2022-11-30T20:08:46.293Z", | |
"is_ready": null, | |
"categories": [], | |
"__typename": "StructuredTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "74675739-361c-44ca-8696-1ca96cebc583", | |
"label": "Contact & Support", | |
"route": "contact-and-support", | |
"position": 10, | |
"widgets": [ | |
{ | |
"widget_id": "320f8a34-6bff-489d-b25e-a7ea7aa772cf", | |
"page_id": "74675739-361c-44ca-8696-1ca96cebc583", | |
"position": 0, | |
"date_updated": "2023-08-31T12:52:30.661Z", | |
"is_ready": null, | |
"categories": [ | |
{ | |
"label": "FAQ", | |
"entries": [ | |
{ | |
"title": "Kontakt zur ODEG", | |
"content": "<p>Bei Anregungen, Wünschen oder Kritik können Sie sich jederzeit über das Kontaktformular auf unserer Website an den Kundendialog wenden:</p>\n<p><a href=\"https://www.odeg.de/kontakt/kontaktformulare\" target=\"_blank\">Kontaktformular der ODEG</a></p>\n<p><a href=\"https://www.odeg.de/kontakt/anmeldung-fuer-mobilitaetseingeschraenkte-fahrgaeste\" target=\"_blank\">Anmeldung für mobilitätseingeschränkte Fahrgäste</a></p>\n<p><a href=\"https://transport.novafind.eu/home/transport/net/app\" target=\"_blank\">Fundsachen</a></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "About ODEG Free Wifi", | |
"content": "<p>ODEG supplies you as a passenger with free internet access and an information portal, which will be continuously extended.</p>\n<p>You can use a daily data amount of 200MB per Wifi enabled device, with a bandwidth of up-to 5 MBit/s download and 3 MBit/s upload. </p>\n<p>Since the mobile data connection of the train is shared by all passengers, the actual speed can be reduced. In the interest of all passengers please refrain from data intensive applications like downloads, streaming or bigger updates.</p>\n<p>After 8 hours your device will be disconnected from the internet, you will have to disconnect from and reconnect to the Wifi to continue internet usage.</p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Data Limit Exceeded", | |
"content": "<p>You are provided with a daily data amount of 200MB. This is usually sufficient for receiving email, uploading some images and browsing the web. </p>\n<p>When watching videos or making downloads, it is highly probable to exhaust the data limit quickly. If you´re not aware of any downloads, please check the following:</p>\n<ul>\n<li>Has your device started an update? If so, the download for the update can easily eat up the complete data amont without you noticing it. Please update your devices using stationary wifi.</li>\n<li>You might be using services like Dropbox, Google Drive, iCloud or other data synchronization services, that transmit data in the background. Deactivate these services while on the train or do not add big files. </li>\n<li>Continuous use of internet radio or video streaming can quickly use up your data amount.</li>\n<li>Deactivate file sharing programs, that might be transfering data in the background. Also uploaded data counts towards your daily limit.</li>\n</ul>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
} | |
], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "faq", | |
"label": "FAQ", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
}, | |
{ | |
"widget_id": "dbd41c70-e18b-4309-8215-a33efcbdbbcb", | |
"page_id": "74675739-361c-44ca-8696-1ca96cebc583", | |
"position": 1, | |
"date_updated": "2022-12-01T11:54:21.171Z", | |
"custom_options": [ | |
{ | |
"option_key": "default", | |
"text": "WiFi support request", | |
"email": null, | |
"__typename": "CustomOption" | |
}, | |
{ | |
"option_key": "dsgvo", | |
"text": "GDPR support request", | |
"email": null, | |
"__typename": "CustomOption" | |
} | |
], | |
"__typename": "SupportFormWidget" | |
}, | |
{ | |
"widget_id": "e44555d3-f393-4bb6-b846-f1e64b0c7f57", | |
"page_id": "74675739-361c-44ca-8696-1ca96cebc583", | |
"position": 1, | |
"date_updated": "2022-11-30T21:18:36.797Z", | |
"is_ready": null, | |
"content": "<p style=\"text-align:center;\">In case of questions or WiFi related problems, please use our support form.</p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "d3d7c47e-4513-4348-9a20-ffd603d75617", | |
"page_id": "74675739-361c-44ca-8696-1ca96cebc583", | |
"position": 3, | |
"date_updated": "2020-01-13T13:42:31.236Z", | |
"__typename": "SupportInfoWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "80900f6f-c975-47dc-9e9e-45c876b03e62", | |
"label": "ENTERTAINMENT NEU", | |
"route": "n-magazine", | |
"position": 6, | |
"widgets": [ | |
{ | |
"widget_id": "2ec0cca4-1e02-47bf-a7dc-6429e3daca58", | |
"page_id": "80900f6f-c975-47dc-9e9e-45c876b03e62", | |
"position": 0, | |
"date_updated": "2023-02-22T10:13:28.385Z", | |
"is_ready": null, | |
"content": "<p style=\"text-align:center;\">Die spannensten Tageszeitungen & Magazine für Ihre Reise</p>\n<a href=\"https://reader.sharemagazines.de?ident=1E6D0D216BD474F74ED0&theme=odeg\" target=\"_blank\"><figure><img src=\"unwired-resource://eea4IvT0ztx5Y9mLtpk6/ShareMagazines.PNG\" /></figure></a>\n<p></p>\n<p style=\"text-align:center;\"><a href=\"https://reader.sharemagazines.de/?ident=41A7B190363F43C4CB9F\" target=\"_blank\">KLICKEN SIE HIER</a></p>", | |
"enable_anchor": true, | |
"anchor": { | |
"slug": "n-", | |
"label": "Zeitschriften", | |
"__typename": "Anchor" | |
}, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "51cf6ab5-bf5e-4d2a-a339-82d7bb40c024", | |
"page_id": "80900f6f-c975-47dc-9e9e-45c876b03e62", | |
"position": 0, | |
"date_updated": "2021-03-01T13:30:37.773Z", | |
"is_ready": null, | |
"categories": [ | |
{ | |
"label": "Podcasts", | |
"entries": [], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "podcasts", | |
"label": "Podcasts", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": "Nachrichten", | |
"entries": [], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "nachrichten", | |
"label": "Nachrichten", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": "Reportagen", | |
"entries": [], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "reportagen", | |
"label": "Reportagen", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": "Magazine", | |
"entries": [], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "magazine", | |
"label": "Magazine", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
}, | |
{ | |
"label": "Reiseblog", | |
"entries": [], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "reiseblog", | |
"label": "Reiseblog", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
}, | |
{ | |
"widget_id": "2b5c0b76-9537-4b04-aec9-7edd143a3474", | |
"page_id": "80900f6f-c975-47dc-9e9e-45c876b03e62", | |
"position": 1, | |
"date_updated": "2022-11-30T20:50:21.713Z", | |
"is_ready": null, | |
"content": "<h2 style=\"text-align:center;\">Entdecken Sie unsere schönsten Reiseziele</h2>\n<p>Mit der ODEGTOUR entdecken Sie die schönsten Ausflugsziele im Gesamtnetz der ODEG. Von Stadterkundungen über Fahrradrouten bis hin zu Tipps für Kanuten oder zu Museen entlang unserer Strecken.<br> Erholen Sie sich schön, gute Fahrt!</p>\n<h2 style=\"text-align:center;\"><a href=\"https://www.odeg.de/ihre-odeg/odegtour\" target=\"_blank\">Hier gehts zur ODEGTOUR</a></h2>\n<p></p>\n<a href=\"https://www.odeg.de/ihre-odeg/odegtour\" target=\"_blank\"><figure><img src=\"unwired-resource://0Ld8f0u0mRizAW4fDusm/csm_ODEG_ODEGTOUR_Header_b7a996f625.jpg\" /></figure></a>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "dbd74823-42ed-451c-bd52-44bd41d1ddc6", | |
"page_id": "80900f6f-c975-47dc-9e9e-45c876b03e62", | |
"position": 1, | |
"date_updated": "2022-11-30T20:50:02.064Z", | |
"is_ready": null, | |
"content": "<h2 style=\"text-align:center;\">o-ton</h2>\n<p>Unser Fahrgastmagazin der ODEG erscheint dreimal jährlich und gibt Einblicke in unser Unternehmen<br>und stellt regionale und touristische Themen sowie Ausflugs- und Veranstaltungstipps<br>für das gesamte Bediengebiet der ODEG vor.</p>\n<h2 style=\"text-align:center;\"><a href=\"https://www.odeg.de/ihre-odeg/reiseplanung/o-ton\" target=\"_blank\">Hier gehts zum o-ton</a></h2>\n<p></p>\n<a href=\"https://www.odeg.de/ihre-odeg/reiseplanung/o-ton\" target=\"_blank\"><figure><img src=\"unwired-resource://WTLSXuMeeL3E3XaLaDkA/csm_ODEG_o-ton_df30970cee.jpg\" /></figure></a>\n<p></p>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "85c61e5a-a6ac-45b4-9bc8-7d6211ebd3a3", | |
"label": "Track information", | |
"route": "track-information", | |
"position": 1, | |
"widgets": [ | |
{ | |
"widget_id": "cc0504a8-8c1d-4898-b7e1-8eb1ca72f3be", | |
"page_id": "85c61e5a-a6ac-45b4-9bc8-7d6211ebd3a3", | |
"position": 0, | |
"date_updated": "2024-05-25T14:31:18Z", | |
"json": "{\"course\":{\"id\":\"62026\",\"line\":\"RE8\",\"origin\":\"Wismar\",\"destination\":\"Flughafen BER\",\"stops\":[{\"id\":\"WWI\",\"ds100\":\"WWI\",\"name\":\"Wismar\",\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"departurePlanned\":\"2024-05-25T15:24:00+02:00\"},{\"id\":\"WMK\",\"ds100\":\"WMK\",\"name\":\"Dorf Mecklenburg\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:29:00+02:00\",\"departurePlanned\":\"2024-05-25T15:30:00+02:00\"},{\"id\":\"WMOI\",\"ds100\":\"WMOI\",\"name\":\"Moidentin\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:34:00+02:00\",\"departurePlanned\":\"2024-05-25T15:34:00+02:00\"},{\"id\":\"WK\",\"ds100\":\"WK\",\"name\":\"Bad Kleinen\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:38:00+02:00\",\"departurePlanned\":\"2024-05-25T15:39:00+02:00\"},{\"id\":\"WLST\",\"ds100\":\"WLST\",\"name\":\"Lübstorf\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:44:00+02:00\",\"departurePlanned\":\"2024-05-25T15:44:00+02:00\"},{\"id\":\"WS\",\"ds100\":\"WS\",\"name\":\"Schwerin Hbf\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:51:00+02:00\",\"departurePlanned\":\"2024-05-25T16:00:00+02:00\"},{\"id\":\"WSMI\",\"ds100\":\"WSMI\",\"name\":\"Schwerin Mitte\",\"arrivalDelay\":1,\"departureDelay\":1,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:01:00+02:00\",\"departurePlanned\":\"2024-05-25T16:02:00+02:00\"},{\"id\":\"WSS\",\"ds100\":\"WSS\",\"name\":\"Schwerin Süd\",\"arrivalDelay\":4,\"departureDelay\":4,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:07:00+02:00\",\"departurePlanned\":\"2024-05-25T16:07:00+02:00\"},{\"id\":\"WHO\",\"ds100\":\"WHO\",\"name\":\"Holthusen\",\"arrivalDelay\":5,\"departureDelay\":4,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:10:00+02:00\",\"departurePlanned\":\"2024-05-25T16:10:00+02:00\"},{\"id\":\"WSLT\",\"ds100\":\"WSLT\",\"name\":\"Sülstorf\",\"arrivalDelay\":5,\"departureDelay\":4,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:14:00+02:00\",\"departurePlanned\":\"2024-05-25T16:15:00+02:00\"},{\"id\":\"WRW\",\"ds100\":\"WRW\",\"name\":\"Rastow\",\"arrivalDelay\":4,\"departureDelay\":3,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:20:00+02:00\",\"departurePlanned\":\"2024-05-25T16:20:00+02:00\"},{\"id\":\"WLOW\",\"ds100\":\"WLOW\",\"name\":\"Lüblow(Meckl)\",\"arrivalDelay\":3,\"departureDelay\":3,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:24:00+02:00\",\"departurePlanned\":\"2024-05-25T16:25:00+02:00\"},{\"id\":\"WL\",\"ds100\":\"WL\",\"name\":\"Ludwigslust\",\"arrivalDelay\":1,\"departureDelay\":1,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:32:00+02:00\",\"departurePlanned\":\"2024-05-25T16:33:00+02:00\"},{\"id\":\"WGRB\",\"ds100\":\"WGRB\",\"name\":\"Grabow(Meckl)\",\"arrivalDelay\":1,\"departureDelay\":1,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:38:00+02:00\",\"departurePlanned\":\"2024-05-25T16:39:00+02:00\"},{\"id\":\"WKT\",\"ds100\":\"WKT\",\"name\":\"Karstädt\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:48:00+02:00\",\"departurePlanned\":\"2024-05-25T16:49:00+02:00\"},{\"id\":\"WW\",\"ds100\":\"WW\",\"name\":\"Wittenberge\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[{\"id\":\"8\",\"destination\":\"Wismar, Bahnhof\",\"departurePlanned\":\"2024-05-25T17:01:00+02:00\",\"departureDelay\":1,\"platformDeparture\":\"4\",\"holdCount\":1,\"holdStatus\":\"requested\"},{\"id\":\"8\",\"destination\":\"Flughafen BER\",\"departurePlanned\":\"2024-05-25T17:03:00+02:00\",\"departureDelay\":0,\"platformDeparture\":\"2\",\"holdCount\":1,\"holdStatus\":\"requested\"},{\"id\":\"8\",\"destination\":\"Flughafen BER\",\"departurePlanned\":\"2024-05-25T17:03:00+02:00\",\"departureDelay\":1,\"platformDeparture\":\"2\",\"holdCount\":1,\"holdStatus\":\"requested\"}],\"arrivalPlanned\":\"2024-05-25T16:57:00+02:00\",\"departurePlanned\":\"2024-05-25T17:03:00+02:00\"},{\"id\":\"WWIL\",\"ds100\":\"WWIL\",\"name\":\"Bad Wilsnack\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:11:00+02:00\",\"departurePlanned\":\"2024-05-25T17:11:00+02:00\"},{\"id\":\"WGF\",\"ds100\":\"WGF\",\"name\":\"Glöwen\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:19:00+02:00\",\"departurePlanned\":\"2024-05-25T17:19:00+02:00\"},{\"id\":\"WBDN\",\"ds100\":\"WBDN\",\"name\":\"Breddin\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:25:00+02:00\",\"departurePlanned\":\"2024-05-25T17:25:00+02:00\"},{\"id\":\"WNS\",\"ds100\":\"WNS\",\"name\":\"Neustadt(Dosse)\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:34:00+02:00\",\"departurePlanned\":\"2024-05-25T17:35:00+02:00\"},{\"id\":\"WFRK\",\"ds100\":\"WFRK\",\"name\":\"Friesack(Mark)\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:42:00+02:00\",\"departurePlanned\":\"2024-05-25T17:42:00+02:00\"},{\"id\":\"WPAU\",\"ds100\":\"WPAU\",\"name\":\"Paulinenaue\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:49:00+02:00\",\"departurePlanned\":\"2024-05-25T17:50:00+02:00\"},{\"id\":\"BNAU\",\"ds100\":\"BNAU\",\"name\":\"Nauen\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:57:00+02:00\",\"departurePlanned\":\"2024-05-25T18:01:00+02:00\"},{\"id\":\"BFKS\",\"ds100\":\"BFKS\",\"name\":\"Falkensee\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:14:00+02:00\",\"departurePlanned\":\"2024-05-25T18:15:00+02:00\"},{\"id\":\"BSPD\",\"ds100\":\"BSPD\",\"name\":\"Berlin-Spandau\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:21:00+02:00\",\"departurePlanned\":\"2024-05-25T18:23:00+02:00\"},{\"id\":\"BZOO\",\"ds100\":\"BZOO\",\"name\":\"Berlin Zoologischer Garten\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:32:00+02:00\",\"departurePlanned\":\"2024-05-25T18:33:00+02:00\"},{\"id\":\"BLS\",\"ds100\":\"BLS\",\"name\":\"Berlin Hauptbahnhof (Stadtb)\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:38:00+02:00\",\"departurePlanned\":\"2024-05-25T18:40:00+02:00\"},{\"id\":\"BFRI\",\"ds100\":\"BFRI\",\"name\":\"Berlin Friedrichstraße\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:43:00+02:00\",\"departurePlanned\":\"2024-05-25T18:44:00+02:00\"},{\"id\":\"BALE\",\"ds100\":\"BALE\",\"name\":\"Alexanderplatz\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:47:00+02:00\",\"departurePlanned\":\"2024-05-25T18:48:00+02:00\"},{\"id\":\"BHF\",\"ds100\":\"BHF\",\"name\":\"Berlin Ostbahnhof\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:52:00+02:00\",\"departurePlanned\":\"2024-05-25T18:53:00+02:00\"},{\"id\":\"BOKR\",\"ds100\":\"BOKR\",\"name\":\"Berlin Ostkreuz Gl.1+2\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":true,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:55:00+02:00\",\"departurePlanned\":\"2024-05-25T18:57:00+02:00\"},{\"id\":\"BFBI\",\"ds100\":\"BFBI\",\"name\":\"Flughafen BER\",\"arrivalDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T19:15:00+02:00\"}]}}", | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "streckeninfo", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"variant": "JourneyWidgetFull", | |
"is_ready": true, | |
"hold_text": null, | |
"__typename": "JourneyInfoWidget" | |
}, | |
{ | |
"widget_id": "5cf240ac-f80c-411b-bab1-19bb6ae7a3dd", | |
"page_id": "85c61e5a-a6ac-45b4-9bc8-7d6211ebd3a3", | |
"position": 2, | |
"date_updated": "2022-12-01T07:28:35.806Z", | |
"is_ready": null, | |
"content": "<h2 style=\"text-align:center;\"><a href=\"https://www.odeg.de/linien-fahrplaene/fahrplanabweichungen\" target=\"_blank\"><strong>Baumaßnahmen & Störungsmeldungen der ODEG</strong></a></h2>\n<a href=\"https://www.odeg.de/linien-fahrplaene/fahrplanabweichungen\" target=\"_blank\"><figure><img src=\"unwired-resource://wQ79k6wiXBzEmuHyosHn/csm_ODEG_Fahrplanabweichungen_Gleisarbeiten_659126a8ed.jpg\" /></figure></a>\n<p></p>\n<p></p>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "2ef1471d-0ba9-4fec-854a-d475fd3819d1", | |
"page_id": "85c61e5a-a6ac-45b4-9bc8-7d6211ebd3a3", | |
"position": 4, | |
"date_updated": "2022-12-01T07:27:56.768Z", | |
"is_ready": null, | |
"content": "<h2 style=\"text-align:center;\"><a href=\"https://www.odeg.de/\" target=\"_blank\">Hier gehts zur Reiseauskunft</a></h2>\n<a href=\"https://www.odeg.de/\" target=\"_blank\"><figure><img src=\"unwired-resource://dOf6ge4BJFXJDwnnw5TM/MIS_5490_fahrgast_ma_businessfrau_und_fahrgast_model_migrantin_unterhalten_sich_edited.jpg\" /></figure></a>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "953f072b-5928-44ba-a5da-50252ed726b7", | |
"label": "Internet", | |
"route": "n-home", | |
"position": 0, | |
"widgets": [ | |
{ | |
"widget_id": "659e3312-abb3-4c9b-9ab2-343cadd29f53", | |
"page_id": "953f072b-5928-44ba-a5da-50252ed726b7", | |
"position": 0, | |
"date_updated": "2023-03-02T15:24:04.260Z", | |
"is_ready": null, | |
"content": "<h2>Welcome to ODEG</h2>", | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "empty", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "735c82e8-30df-4d78-9823-56284530f150", | |
"page_id": "953f072b-5928-44ba-a5da-50252ed726b7", | |
"position": 2, | |
"date_updated": "2018-11-29T18:00:09.000Z", | |
"button_text": "Connect", | |
"connected_text": "<p>You have successfully established a connection to the internet.</p>\n<p>Need to come back to this portal? Just head to <a href=\"https://unwired.info/\">https://unwired.info</a>!</p>", | |
"variant": "AdvancedConnect", | |
"confirmation": true, | |
"delay": null, | |
"require_sms_auth": null, | |
"email_mandatory": null, | |
"terms_of_service": "<p>By connecting to the Internet, you accept our <a href=\"unwired-resource://RDvmgNUONmZVvCJQmWvz/Unwired_terms_2018-DE.pdf\" target=\"_blank\">terms of service</a>.</p>", | |
"store_terms": null, | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "empty", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"__typename": "ConnectWidget" | |
}, | |
{ | |
"widget_id": "d1e0f52a-d735-48f5-9654-f11fa58781f0", | |
"page_id": "953f072b-5928-44ba-a5da-50252ed726b7", | |
"position": 6, | |
"date_updated": "2023-03-02T15:02:32.319Z", | |
"is_ready": null, | |
"content": "<h1 style=\"text-align:center;\">Bleiben Sie gleich in unserem Fahrgastportal und erhalten:</h1>\n<ul>\n<li><a href=\"splashpage://85c61e5a-a6ac-45b4-9bc8-7d6211ebd3a3#cc0504a8-8c1d-4898-b7e1-8eb1ca72f3be\" target=\"_self\"><strong>Informationen zu Ihrer Fahrt,</strong></a></li>\n<li><a href=\"splashpage://55fd20f0-1cf8-42f9-8391-0850bb414c68#01ba59e8-23bd-4447-8cca-8df64b8c6ccb\" target=\"_self\"><strong>die neuesten Nachrichten, </strong></a></li>\n<li><a href=\"splashpage://80900f6f-c975-47dc-9e9e-45c876b03e62#2ec0cca4-1e02-47bf-a7dc-6429e3daca58\" target=\"_self\"><strong>Magazine und Zeitschriften sowie</strong></a></li>\n<li> <a href=\"splashpage://62a2ad12-144c-44ba-8e2e-d0310ded4fd7#bf77f93b-6a3e-4f5e-b63c-46f3dfda034d\" target=\"_self\"><strong>hörenswerte Podcasts.</strong></a></li>\n</ul>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "5529e51b-9427-48b3-b5ac-cca074fca1a5", | |
"page_id": "953f072b-5928-44ba-a5da-50252ed726b7", | |
"position": 7, | |
"date_updated": "2022-11-30T13:06:36.336Z", | |
"is_ready": null, | |
"content": "<h1 style=\"text-align:center;\">Wir wünschen Ihnen eine angenehme Reise mit der ODEG.</h1>\n<figure><img src=\"unwired-resource://aBotrbLUaq25fSnigTob/Freundliche_Übernahme_web.jpg\" /></figure>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "9ce52660-af25-40b1-97eb-da8af7ad01cd", | |
"label": "Reiseblog", | |
"route": "n-reiseblog", | |
"position": 8, | |
"widgets": [ | |
{ | |
"widget_id": "e00b3bdd-6663-44b6-ad84-a03b1b398a42", | |
"page_id": "9ce52660-af25-40b1-97eb-da8af7ad01cd", | |
"position": 1, | |
"date_updated": "2023-01-25T09:36:26.087Z", | |
"is_ready": null, | |
"content": "<p style=\"text-align:center;\">Entdecken Sie spannende Ausflugsziele im Streckennetz der ODEG</p>\n<a href=\"https://www.odeg.de/reiseblog/\" target=\"_blank\"><figure><img src=\"unwired-resource://fouqZ49L3B7oDYYb7SzR/ODEG_Blog_Bodo Schulz KISS Berlin bearb. Blau.png\" /></figure></a>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "36b53b24-8847-468a-bb8f-b64fa7c32221", | |
"page_id": "9ce52660-af25-40b1-97eb-da8af7ad01cd", | |
"position": 2, | |
"date_updated": "2023-01-25T09:36:44.293Z", | |
"is_ready": null, | |
"content": "<p>Die schönsten Ausflugsziele<br>innerhalb des ODEG-Streckennetzes liegen nur einen Klick entfernt: auf unserem Reiseblog. Hier können Sie sich jetzt von einer bunten Auswahl an kulturellen und kulinarischen<br>Entdeckungstouren durch Berlin, Brandenburg, Mecklenburg-<br>Vorpommern, Sachsen sowie Sachsen-Anhalt inspirieren lassen.<br>Von Unterkünften über Gastronomieempfehlungen bis hin zu spannenden Freizeitaktivitäten – auf unserem Blog ist für jeden<br>und jede ein Erlebnis dabei.</p>\n<p></p>\n<a href=\"https://www.odeg.de/reiseblog/\" target=\"_blank\"><figure><img src=\"unwired-resource://4NTT3YmTpkzEkJo1Z_U9/Reiseblog Ãbersicht.PNG\" /></figure></a>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "1c00cfa7-3e43-4174-8bd3-60721c0806cc", | |
"page_id": "9ce52660-af25-40b1-97eb-da8af7ad01cd", | |
"position": 3, | |
"date_updated": "2023-01-25T09:45:16.604Z", | |
"is_ready": null, | |
"categories": [ | |
{ | |
"label": "Die Top-Reiseziele", | |
"entries": [ | |
{ | |
"title": "NETZ ELBE-SPREE - Unsere neuen Reisetouren", | |
"content": "<p><strong>Seit Dezember 2022 gehören die Linien RE1, RE8, RB33, RB37 und RB51 zum ODEG-NES-Streckennetz. Das bedeutet 125 neue Stationen, die wir für Sie anfahren.</strong></p>\n<p>Freuen Sie sich auf kostenfreies WLAN, mehr Sitzplätze, einen höheren Takt und entdecken Sie am besten gleich Ihre nächsten Ausflugsziele rund um die neuen ODEG-Linien in Brandenburg. Unsere aktuelle Lieblingsauswahl finden Sie <a href=\"https://www.odeg.de/reiseblog/top-netz-elbe-spree\" target=\"_blank\">hier.</a></p>\n<p></p>\n<a href=\"https://www.odeg.de/reiseblog/top-netz-elbe-spree\" target=\"_blank\"><figure><img src=\"unwired-resource://myR1woDdwP2mLLbdaFMB/Desiro HC Berlin.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Am Wasser durch Berlin", | |
"content": "<p><strong>Ausgedehnte Wasserwege und mehr als 550 Brücken über Spree und Havel.</strong></p>\n<p>Abseits der Touristenpfade kommen Ihnen die grünen Ufer Berlins als Orientierungshilfe für einen Spaziergang wie gerufen.</p>\n<p><a href=\"https://www.odeg.de/reiseblog/berlin/am-wasser-durch-berlin\" target=\"_blank\">> Mehr erfahren.</a></p>\n<p></p>\n<a href=\"https://www.odeg.de/reiseblog/berlin/am-wasser-durch-berlin\" target=\"_blank\"><figure><img src=\"unwired-resource://3rr_KdyLoFzz0szQi9wO/csm_ODEG_Startseite_ODEG-Zug-Berlin_1cc4540264.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Highlights entlang der ODEG-Küstenlinien", | |
"content": "<p><strong>Diesen Sommer geht's heiß her ...</strong></p>\n<p>Hier verraten wir Ihnen welche Ostsee-Highlights Sie auf keinen Fall verpassen sollten.</p>\n<p><a href=\"https://www.odeg.de/reiseblog/mecklenburg-vorpommern/highlights-entlang-der-odeg-kuesten-linien\" target=\"_blank\">> Mehr erfahren.</a></p>\n<p></p>\n<a href=\"https://www.odeg.de/reiseblog/mecklenburg-vorpommern/highlights-entlang-der-odeg-kuesten-linien\" target=\"_blank\"><figure><img src=\"unwired-resource://1a8Q_uhOKc_Annx24tzz/Desiro ML_ODEG_Marcus Broneske.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
} | |
], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "n-die-top-reiseziele", | |
"label": "Die Top-Reiseziele", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "cba2e8c1-a2b2-48de-8146-6472cbc4ded1", | |
"label": "Karriere bei der ODEG", | |
"route": "n-karriere-bei-der-odeg", | |
"position": 4, | |
"widgets": [ | |
{ | |
"widget_id": "6fbf0471-f494-44f9-8574-b0dcaeda65d5", | |
"page_id": "cba2e8c1-a2b2-48de-8146-6472cbc4ded1", | |
"position": 1, | |
"date_updated": "2022-11-30T14:23:44.977Z", | |
"is_ready": null, | |
"content": "<h1><a href=\"https://www.odeg-karriere.de/\" target=\"_blank\">Starten Sie Ihre Karriere bei der ODEG! </a></h1>\n<a href=\"https://www.odeg-karriere.de/\" target=\"_blank\"><figure><img src=\"unwired-resource://DmfM2DVIO3L2LJj5fhNV/Bild_Recruiting_tf.PNG\" /></figure></a>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "704a46d3-a639-4837-9aae-05aa8d5d4dec", | |
"page_id": "cba2e8c1-a2b2-48de-8146-6472cbc4ded1", | |
"position": 2, | |
"date_updated": "2023-01-24T09:35:31.780Z", | |
"is_ready": null, | |
"content": "<p>Bei der ODEG bricht eine neue Zeit an – und bei Ihnen? Krempeln Sie mit uns die Ärmel hoch und die deutsche Schienenlandschaft weiter um. Wir suchen viele erfahrene Eisenbahner (m/w/d), Berufs- (m/w/d) und Quereinsteiger (m/w/d) in allen Bereichen!</p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder\">Hier bewerben!</a></p>\n<p></p>\n<a href=\"https://www.odeg-karriere.de/berufsbilder\" target=\"_blank\"><figure><img src=\"unwired-resource://puZFUyJO30ueHIXRN5iT/MIT_1560_sin_jung_ma_winkt_aus_der_fahrgasttuer_edited.jpg\" /></figure></a>\n<p></p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
}, | |
{ | |
"widget_id": "0d5614cf-416d-47d7-9d5b-fe5739bcad52", | |
"page_id": "cba2e8c1-a2b2-48de-8146-6472cbc4ded1", | |
"position": 3, | |
"date_updated": "2023-09-27T12:09:40.000Z", | |
"is_ready": null, | |
"categories": [ | |
{ | |
"label": "Berufe bei der ODEG ", | |
"entries": [ | |
{ | |
"title": "Triebfahrzeugführer (m/w/d) ", | |
"content": "<p>Nehmen Sie ganz vorne Platz! Als Triebfahrzeugführer/-in haben Sie eine der wichtigsten Funktionen bei uns im ODEG-Team. Denn nur mit Ihnen kommen unsere Züge in Fahrt.</p>\n<p>Sie haben einen gültigen Triebfahrzeugführerschein und interessieren sich für eine Tätigkeit als Triebfahrzeugführer/-in? <a href=\"https://www.odeg-karriere.de/berufsbilder/triebfahrzeugfuehrer\" target=\"_blank\">Dann bewerben Sie sich bitte hier.</a></p>\n<p>Sie sind zwischen 19 und 60 Jahre alt, übernehmen gerne Verantwortung und wollen beruflich neu durchstarten? Dann ist die Qualifizierung zum/zur Triebfahrzeugführer/-in bei der ODEG genau das Richtige für Sie!</p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder/qualifizierung-zum-triebfahrzeugfuehrer\" target=\"_blank\">Sie haben die Möglichkeit, alle 6 Wochen einen Qualifizierungskurs zu starten! Los geht`s!</a></p>\n<p></p>\n<figure><img src=\"unwired-resource://yQ4fcvGUFoGPcF4hOcK6/MIS_2891_tf_maennlich_model_vor_der_zugschnauze_edited.jpg\" /></figure>\n<p></p>\n<p></p>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Servicemitarbeiter im Nahverkehr (m/w/d) ", | |
"content": "<p>Ein erstklassiger Job, auch in der 2. Klasse. Unseren Erfolg verdanken wir auch der Leistung unseres Teams „Service im Nahverkehr“! Serviceorientiertheit, Professionalität und Menschlichkeit sind unsere Werte. Dieser Standard macht den Platz ganz oben in der Kundenzufriedenheitsskala aus.</p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder/servicemitarbeiter-im-nahverkehr\" target=\"_blank\">Hier finden Sie freie Stellen als Servicemitarbeiter im Nahverkehr (m/w/d).</a></p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder/qualifizierung-zum-servicemitarbeiter-im-nahverkehr\" target=\"_blank\"><strong>Eine Qualifizierung in Berlin dauert ca. 13 Wochen. Steigen Sie hier ein in die Ausbildung zum Servicemitarbeiter im Nahverkehr (m/w/d).</strong></a></p>\n<p></p>\n<figure><img src=\"unwired-resource://E3XJ55EIgpkAFwLktbw8/MIS_8253_EBE_sin_jung_ma_stempelt_fahrkarte_von_vater_model_edited.jpg\" /></figure>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Fahrzeug- und Personaldisponent (m/w/d) ", | |
"content": "<p>Als Fahrzeug- und Personaldisponent/-in sind Sie an diversen Aufgaben beteiligt, die den Schienenverkehr sowohl direkt als auch indirekt betreffen. In erster Linie besteht die Herausforderung darin, einen reibungslosen Betriebsablauf zu gewährleisten. Dazu gehört die Disposition von Triebfahrzeugen unter Berücksichtigung von Frist- und Reparaturzuführungen sowie kurzfristige Änderungen des Fahrzeugeinsatzes.</p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder/fahrzeug-und-personaldisponent-m/w/d\" target=\"_blank\">Hier gehts zu den freien Stellen & Online Bewerbung.</a></p>\n<p></p>\n<a href=\"https://www.odeg-karriere.de/berufsbilder/fahrzeug-und-personaldisponent-m/w/d\" target=\"_blank\"><figure><img src=\"unwired-resource://BgKdoxaYpcFuYn0qxPpk/Dispo.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Werkstatt/Technik ", | |
"content": "<p>Sichere Arbeit für Sie. Sicherheit für unsere Kunden – in Parchim, Eberswalde und Görlitz. Den Top-Zustand unserer Triebfahrzeugflotte verdanken wir maßgeblich den Leistungen unserer Kolleginnen und Kollegen der ODIG – Ostdeutsche Instandhaltungsgesellschaft. Zusammen halten sie unsere Triebfahrzeuge, aber auch die Schienenfahrzeuge anderer Eisenbahnverkehrsunternehmen instand.</p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder/werkstatt-technik\" target=\"_blank\">Freie Stellen in der Werkstatt.</a></p>\n<p></p>\n<a href=\"https://www.odeg-karriere.de/berufsbilder/werkstatt-technik\" target=\"_blank\"><figure><img src=\"unwired-resource://uwE1LYnoRs8iBR9lFz4Z/Werkstatt.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Verwaltung ", | |
"content": "<p>Werden Sie Teil des starken ODEG-Teams. Auch alle Mitarbeiter/-innen in der Verwaltung leisten täglich einen hohen Beitrag dazu, dass unsere Züge sicher und pünktlich auf den Schienen unterwegs sind. Damit wir weiterhin die größte private Eisenbahn im Osten Deutschlands bleiben, sind wir auf der Suche nach motivierten Teamplayern für die Verwaltung. Ob im Controlling, Marketing, in der Personalabteilung, dem Kundendialog, Betrieb, Officemanagement oder in der IT – unser Team wächst stetig und sucht Sie!</p>\n<p><a href=\"https://www.odeg-karriere.de/berufsbilder/verwaltung\" target=\"_blank\">Freie Stellen in der Verwaltung.</a></p>\n<p></p>\n<a href=\"https://www.odeg-karriere.de/berufsbilder/verwaltung\" target=\"_blank\"><figure><img src=\"unwired-resource://mI37nXBMKSgbJf5lSMRY/MIS_6450_fahrgast_ma_businessfrau_sitzt_am_laptop_in_ersten_klasse_edited.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
}, | |
{ | |
"title": "Ausbildung ", | |
"content": "<p>Berufsausbildung zum Eisenbahner im Betriebsdienst, Lokführer und Transport IHK (m/w/d):</p>\n<p>Zum Ausbildungsbeginn, jeweils am 01. September suchen wir Auszubildende mit großem Interesse und echter Begeisterung für den Eisenbahnverkehr, für Züge und für die Technik, die damit im Zusammenhang steht. Die Ausbildung findet <strong>in Berlin</strong> sowie an den verschiedenen Standorten der ODEG und gegebenenfalls weiterer Kooperationspartner statt. Du bekommst auch die Chance, andere Eisenbahnverkehrsunternehmen und Instandhaltungen im Konzern kennen zu lernen.</p>\n<p><a href=\"https://www.odeg-karriere.de/bewerbung/ausbildung-zum-eisenbahner-im-betriebsdienst-fachrichtung-lokfuehrer-und-transport-m-w-d\" target=\"_blank\">Hier gehts zur Bewerbung.</a></p>\n<p></p>\n<a href=\"https://www.odeg-karriere.de/bewerbung/ausbildung-zum-eisenbahner-im-betriebsdienst-fachrichtung-lokfuehrer-und-transport-m-w-d\" target=\"_blank\"><figure><img src=\"unwired-resource://ApwJnjdFF_FNSrGeM3Ic/EiB.jpg\" /></figure></a>\n<p></p>", | |
"POI_match": null, | |
"__typename": "StructuredTextEntry" | |
} | |
], | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "n-berufe-bei-der-odeg", | |
"label": "Berufe bei der ODEG ", | |
"__typename": "Anchor" | |
}, | |
"__typename": "StructuredTextCategory" | |
} | |
], | |
"__typename": "StructuredTextWidget" | |
} | |
], | |
"__typename": "Page" | |
}, | |
{ | |
"page_id": "efc5ee95-1d3f-4b0e-9250-4506a190d310", | |
"label": "Imprint", | |
"route": "impressum", | |
"position": 12, | |
"widgets": [ | |
{ | |
"widget_id": "085b6282-95cf-466c-8b3e-f5d04f3cbac4", | |
"page_id": "efc5ee95-1d3f-4b0e-9250-4506a190d310", | |
"position": 1, | |
"date_updated": "2023-11-24T17:13:59.802Z", | |
"is_ready": null, | |
"content": "<p><strong>ODEG – Ostdeutsche Eisenbahn GmbH</strong></p>\n<p>Sitz der Gesellschaft: Bahnhof 1, 19370 Parchim</p>\n<p>Telefon: 030 / 514 88 88 88 <br>Telefax: 03871 / 606 93 33 <br>Internetseite: <a href=\"http://www.odeg.de/\">www.odeg.de</a></p>\n<p><strong>Hinweis an Bewerber:</strong> Bitte senden Sie Ihre Bewerbung nicht per E-Mail zu, sondern nutzen Sie unser Online-Bewerbungsformular auf unserer <a href=\"https://odeg.de/karriere/\">Karriere-Seite</a>.</p>\n<p><strong>Vertretungsberechtigte Geschäftsführer: </strong>Stefan Neubert, Lars Gehrke</p>\n<p>Registergericht: Amtsgericht Schwerin Registernummer: HRB 79 25 Umsatzsteuer-ID: DE 813495845 Steuernummer: 29/003/65218</p>\n<p><strong>Zertifizierung</strong></p>\n<p>Die ODEG ist zugelassener Träger nach dem Recht der Arbeitsförderung laut Akkreditierungs- und Zulassungsverordnung - Arbeitsförderung, AZAV. Zulassungsträger ist die TÜV SÜD Management Service GmbH als anerkannte Zertifizierungsstelle der Bundesagentur für Arbeit. Unsere Weiterbildungsmaßnahmen sind nach AZAV zugelassen.</p>\n<p><strong>Inhaltlich Verantwortlicher: </strong>Stefan Neubert, Lars Gehrke</p>\n<p>Logos anderer Unternehmen werden nur mit dem jeweiligen Einverständnis eingesetzt.</p>\n<p><strong>Haftungsausschluss</strong> <br>Die bereitgestellten Informationen auf dieser Website wurden sorgfältig geprüft und werden regelmäßig aktualisiert. Jedoch kann keine Garantie dafür übernommen werden, dass alle Angaben zu jeder Zeit vollständig, richtig und in letzter Aktualität dargestellt sind. Dies gilt insbesondere für alle Verbindungen (\"Links\") zu anderen Websites, auf die direkt oder indirekt verwiesen wird. Eine Haftung für die Inhalte externer Websites wird grundsätzlich ausgeschlossen. Alle Angaben können ohne vorherige Ankündigung geändert, entfernt oder ergänzt werden.</p>", | |
"enable_anchor": false, | |
"anchor": null, | |
"__typename": "SimpleTextWidget" | |
} | |
], | |
"__typename": "Page" | |
} | |
], | |
"__typename": "Splashpage" | |
}, | |
"user_session_info": { | |
"client_mac": "000C29450C94", | |
"ap_mac": "00112B03E2E3", | |
"ap_name": "00112B03E2E3 local", | |
"user_session_id": "7867e542-590c-4154-9a85-df33d5587aff", | |
"sync_user_session_id": "7fe57b50-1aa0-11ef-937a-279a56af0218", | |
"time_start": "2024-05-25T14:10:11Z", | |
"state": "internet", | |
"network_user_policy": { | |
"network_user_policy_id": "Guest_24hdaily_8hsession_500mb_5mbitdown_3mbitup", | |
"max_mbytes_down": null, | |
"max_mbytes_up": null, | |
"daily_max_mbytes_down": 350, | |
"daily_max_mbytes_up": 150, | |
"max_bandwidth_down": 5242, | |
"max_bandwidth_up": 3072, | |
"max_pause_time": 28800, | |
"accounting_interval": 480, | |
"timeout_session": 28800, | |
"daily_max_session_time": null, | |
"timeout_idle": 600, | |
"__typename": "NetworkUserPolicy" | |
}, | |
"mbytes_down": 11.5, | |
"mbytes_up": 2, | |
"session_time": 1212, | |
"daily_mbytes_down": 11.5, | |
"daily_mbytes_up": 2, | |
"daily_session_time": 1212, | |
"__typename": "UserSessionInfo" | |
}, | |
"__typename": "SplashpageResponse" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"operationName":"online_status","variables":{"user_session_id":"7867e542-590c-4154-9a85-df33d5587aff","language":"en"},"query":"query online_status($user_session_id: ID\u0021, $language: String\u0021) { | |
online_status: splashpage( | |
user_session_id: $user_session_id | |
language: $language | |
) { | |
error { | |
...Error | |
__typename | |
} | |
online | |
user_session_id | |
__typename | |
} | |
} | |
fragment Error on Error { | |
error_code | |
error_message | |
__typename | |
}"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"online_status": { | |
"error": null, | |
"online": true, | |
"user_session_id": "7867e542-590c-4154-9a85-df33d5587aff", | |
"__typename": "SplashpageResponse" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"operationName":"session_info","variables":{"user_session_id":"7867e542-590c-4154-9a85-df33d5587aff","language":"en"},"query":"query session_info($user_session_id: ID\u0021, $language: String\u0021) { | |
session_info: splashpage(user_session_id: $user_session_id, language: $language) { | |
error { | |
...Error | |
__typename | |
} | |
connected | |
online | |
policy_violation { | |
...PolicyViolationError | |
__typename | |
} | |
user_session_info { | |
...UserSessionInfo | |
__typename | |
} | |
__typename | |
} | |
} | |
fragment Error on Error { | |
error_code | |
error_message | |
__typename | |
} | |
fragment UserSessionInfo on UserSessionInfo { | |
client_mac | |
ap_mac | |
ap_name | |
user_session_id | |
sync_user_session_id | |
time_start | |
state | |
network_user_policy { | |
network_user_policy_id | |
max_mbytes_down | |
max_mbytes_up | |
daily_max_mbytes_down | |
daily_max_mbytes_up | |
max_bandwidth_down | |
max_bandwidth_up | |
max_pause_time | |
accounting_interval | |
timeout_session | |
daily_max_session_time | |
timeout_idle | |
__typename | |
} | |
mbytes_down | |
mbytes_up | |
session_time | |
daily_mbytes_down | |
daily_mbytes_up | |
daily_session_time | |
__typename | |
} | |
fragment PolicyViolationError on Error { | |
error_code | |
error_message | |
current_value_bytes | |
max_value_bytes | |
current_value_seconds | |
max_value_seconds | |
__typename | |
}"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"session_info": { | |
"error": null, | |
"connected": true, | |
"online": true, | |
"policy_violation": null, | |
"user_session_info": { | |
"client_mac": "000C29450C94", | |
"ap_mac": "00112B03E2E3", | |
"ap_name": "00112B03E2E3 local", | |
"user_session_id": "7867e542-590c-4154-9a85-df33d5587aff", | |
"sync_user_session_id": "7fe57b50-1aa0-11ef-937a-279a56af0218", | |
"time_start": "2024-05-25T14:10:11Z", | |
"state": "internet", | |
"network_user_policy": { | |
"network_user_policy_id": "Guest_24hdaily_8hsession_500mb_5mbitdown_3mbitup", | |
"max_mbytes_down": null, | |
"max_mbytes_up": null, | |
"daily_max_mbytes_down": 350, | |
"daily_max_mbytes_up": 150, | |
"max_bandwidth_down": 5242, | |
"max_bandwidth_up": 3072, | |
"max_pause_time": 28800, | |
"accounting_interval": 480, | |
"timeout_session": 28800, | |
"daily_max_session_time": null, | |
"timeout_idle": 600, | |
"__typename": "NetworkUserPolicy" | |
}, | |
"mbytes_down": 12.2, | |
"mbytes_up": 2.2, | |
"session_time": 1393, | |
"daily_mbytes_down": 12.2, | |
"daily_mbytes_up": 2.2, | |
"daily_session_time": 1393, | |
"__typename": "UserSessionInfo" | |
}, | |
"__typename": "SplashpageResponse" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"operationName":"feed_widget","variables":{"widget_id":"cc0504a8-8c1d-4898-b7e1-8eb1ca72f3be","language":"en","user_session_id":"7867e542-590c-4154-9a85-df33d5587aff"},"query":"query feed_widget($user_session_id: ID, $ap_mac: String, $widget_id: ID\u0021, $language: String) { | |
feed_widget( | |
user_session_id: $user_session_id | |
ap_mac: $ap_mac | |
widget_id: $widget_id | |
language: $language | |
) { | |
user_session_id | |
error { | |
...Error | |
__typename | |
} | |
widget { | |
...Widget | |
__typename | |
} | |
__typename | |
} | |
} | |
fragment Error on Error { | |
error_code | |
error_message | |
__typename | |
} | |
fragment Widget on Widget { | |
widget_id | |
page_id | |
position | |
date_updated | |
... on SimpleTextWidget { | |
is_ready | |
...SimpleTextWidget | |
__typename | |
} | |
... on ConnectWidget { | |
button_text | |
connected_text | |
variant | |
confirmation | |
delay | |
require_sms_auth | |
email_mandatory | |
terms_of_service | |
store_terms | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
__typename | |
} | |
... on JourneyInfoWidget { | |
json | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
variant | |
is_ready | |
hold_text | |
__typename | |
} | |
... on StructuredTextWidget { | |
is_ready | |
categories { | |
...StructuredTextCategory | |
__typename | |
} | |
__typename | |
} | |
... on SupportFormWidget { | |
custom_options { | |
option_key | |
text | |
__typename | |
} | |
__typename | |
} | |
... on Wifi4EUWidget { | |
self_test | |
network_identifier | |
__typename | |
} | |
... on EmergencyRequestWidget { | |
reasons { | |
reason | |
__typename | |
} | |
disclaimer | |
status | |
__typename | |
} | |
... on MovingMapWidget { | |
is_ready | |
icon | |
geo_points { | |
icon_width | |
icon_url | |
lat | |
long | |
text | |
__typename | |
} | |
json | |
__typename | |
} | |
__typename | |
} | |
fragment Anchor on Anchor { | |
slug | |
label | |
__typename | |
} | |
fragment SimpleTextWidget on SimpleTextWidget { | |
content | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
__typename | |
} | |
fragment StructuredTextCategory on StructuredTextCategory { | |
label | |
entries { | |
...StructuredTextEntry | |
__typename | |
} | |
enable_anchor | |
anchor { | |
...Anchor | |
__typename | |
} | |
__typename | |
} | |
fragment StructuredTextEntry on StructuredTextEntry { | |
title | |
content | |
POI_match { | |
...PoiMatch | |
__typename | |
} | |
__typename | |
} | |
fragment PoiMatch on PoiMatch { | |
stop { | |
name | |
id | |
ds100 | |
ibnr | |
__typename | |
} | |
__typename | |
}"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"feed_widget": { | |
"user_session_id": "7867e542-590c-4154-9a85-df33d5587aff", | |
"error": null, | |
"widget": { | |
"widget_id": "cc0504a8-8c1d-4898-b7e1-8eb1ca72f3be", | |
"page_id": "85c61e5a-a6ac-45b4-9bc8-7d6211ebd3a3", | |
"position": 0, | |
"date_updated": "2024-05-25T14:41:24Z", | |
"json": "{\"course\":{\"id\":\"62026\",\"line\":\"RE8\",\"origin\":\"Wismar\",\"destination\":\"Flughafen BER\",\"stops\":[{\"id\":\"WWI\",\"ds100\":\"WWI\",\"name\":\"Wismar\",\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"departurePlanned\":\"2024-05-25T15:24:00+02:00\"},{\"id\":\"WMK\",\"ds100\":\"WMK\",\"name\":\"Dorf Mecklenburg\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:29:00+02:00\",\"departurePlanned\":\"2024-05-25T15:30:00+02:00\"},{\"id\":\"WMOI\",\"ds100\":\"WMOI\",\"name\":\"Moidentin\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:34:00+02:00\",\"departurePlanned\":\"2024-05-25T15:34:00+02:00\"},{\"id\":\"WK\",\"ds100\":\"WK\",\"name\":\"Bad Kleinen\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:38:00+02:00\",\"departurePlanned\":\"2024-05-25T15:39:00+02:00\"},{\"id\":\"WLST\",\"ds100\":\"WLST\",\"name\":\"Lübstorf\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:44:00+02:00\",\"departurePlanned\":\"2024-05-25T15:44:00+02:00\"},{\"id\":\"WS\",\"ds100\":\"WS\",\"name\":\"Schwerin Hbf\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T15:51:00+02:00\",\"departurePlanned\":\"2024-05-25T16:00:00+02:00\"},{\"id\":\"WSMI\",\"ds100\":\"WSMI\",\"name\":\"Schwerin Mitte\",\"arrivalDelay\":1,\"departureDelay\":1,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:01:00+02:00\",\"departurePlanned\":\"2024-05-25T16:02:00+02:00\"},{\"id\":\"WSS\",\"ds100\":\"WSS\",\"name\":\"Schwerin Süd\",\"arrivalDelay\":4,\"departureDelay\":4,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:07:00+02:00\",\"departurePlanned\":\"2024-05-25T16:07:00+02:00\"},{\"id\":\"WHO\",\"ds100\":\"WHO\",\"name\":\"Holthusen\",\"arrivalDelay\":5,\"departureDelay\":4,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:10:00+02:00\",\"departurePlanned\":\"2024-05-25T16:10:00+02:00\"},{\"id\":\"WSLT\",\"ds100\":\"WSLT\",\"name\":\"Sülstorf\",\"arrivalDelay\":5,\"departureDelay\":4,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:14:00+02:00\",\"departurePlanned\":\"2024-05-25T16:15:00+02:00\"},{\"id\":\"WRW\",\"ds100\":\"WRW\",\"name\":\"Rastow\",\"arrivalDelay\":4,\"departureDelay\":3,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:20:00+02:00\",\"departurePlanned\":\"2024-05-25T16:20:00+02:00\"},{\"id\":\"WLOW\",\"ds100\":\"WLOW\",\"name\":\"Lüblow(Meckl)\",\"arrivalDelay\":3,\"departureDelay\":3,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:24:00+02:00\",\"departurePlanned\":\"2024-05-25T16:25:00+02:00\"},{\"id\":\"WL\",\"ds100\":\"WL\",\"name\":\"Ludwigslust\",\"arrivalDelay\":1,\"departureDelay\":3,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:32:00+02:00\",\"departurePlanned\":\"2024-05-25T16:33:00+02:00\"},{\"id\":\"WGRB\",\"ds100\":\"WGRB\",\"name\":\"Grabow(Meckl)\",\"arrivalDelay\":3,\"departureDelay\":3,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T16:38:00+02:00\",\"departurePlanned\":\"2024-05-25T16:39:00+02:00\"},{\"id\":\"WKT\",\"ds100\":\"WKT\",\"name\":\"Karstädt\",\"arrivalDelay\":2,\"departureDelay\":2,\"cancelled\":false,\"track\":[],\"connections\":[{\"id\":\"946\",\"destination\":\"Perleberg, ZOB\",\"departurePlanned\":\"2024-05-25T17:06:00+02:00\",\"departureDelay\":0,\"platformDeparture\":\"\"}],\"arrivalPlanned\":\"2024-05-25T16:48:00+02:00\",\"departurePlanned\":\"2024-05-25T16:49:00+02:00\"},{\"id\":\"WW\",\"ds100\":\"WW\",\"name\":\"Wittenberge\",\"arrivalDelay\":1,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[{\"id\":\"8\",\"destination\":\"Wismar, Bahnhof\",\"departurePlanned\":\"2024-05-25T17:01:00+02:00\",\"departureDelay\":1,\"platformDeparture\":\"4\",\"holdCount\":1,\"holdStatus\":\"requested\"},{\"id\":\"8\",\"destination\":\"Flughafen BER\",\"departurePlanned\":\"2024-05-25T17:03:00+02:00\",\"departureDelay\":0,\"platformDeparture\":\"2\",\"holdCount\":1,\"holdStatus\":\"requested\"},{\"id\":\"8\",\"destination\":\"Flughafen BER\",\"departurePlanned\":\"2024-05-25T17:03:00+02:00\",\"departureDelay\":1,\"platformDeparture\":\"2\",\"holdCount\":1,\"holdStatus\":\"requested\"},{\"id\":\"6\",\"destination\":\"S Charlottenburg Bhf (Berlin)\",\"departurePlanned\":\"2024-05-25T17:06:00+02:00\",\"departureDelay\":0,\"platformDeparture\":\"5 A-D\",\"holdCount\":1,\"holdStatus\":\"requested\"}],\"arrivalPlanned\":\"2024-05-25T16:57:00+02:00\",\"departurePlanned\":\"2024-05-25T17:03:00+02:00\"},{\"id\":\"WWIL\",\"ds100\":\"WWIL\",\"name\":\"Bad Wilsnack\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:11:00+02:00\",\"departurePlanned\":\"2024-05-25T17:11:00+02:00\"},{\"id\":\"WGF\",\"ds100\":\"WGF\",\"name\":\"Glöwen\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:19:00+02:00\",\"departurePlanned\":\"2024-05-25T17:19:00+02:00\"},{\"id\":\"WBDN\",\"ds100\":\"WBDN\",\"name\":\"Breddin\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:25:00+02:00\",\"departurePlanned\":\"2024-05-25T17:25:00+02:00\"},{\"id\":\"WNS\",\"ds100\":\"WNS\",\"name\":\"Neustadt(Dosse)\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:34:00+02:00\",\"departurePlanned\":\"2024-05-25T17:35:00+02:00\"},{\"id\":\"WFRK\",\"ds100\":\"WFRK\",\"name\":\"Friesack(Mark)\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:42:00+02:00\",\"departurePlanned\":\"2024-05-25T17:42:00+02:00\"},{\"id\":\"WPAU\",\"ds100\":\"WPAU\",\"name\":\"Paulinenaue\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:49:00+02:00\",\"departurePlanned\":\"2024-05-25T17:50:00+02:00\"},{\"id\":\"BNAU\",\"ds100\":\"BNAU\",\"name\":\"Nauen\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T17:57:00+02:00\",\"departurePlanned\":\"2024-05-25T18:01:00+02:00\"},{\"id\":\"BFKS\",\"ds100\":\"BFKS\",\"name\":\"Falkensee\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:14:00+02:00\",\"departurePlanned\":\"2024-05-25T18:15:00+02:00\"},{\"id\":\"BSPD\",\"ds100\":\"BSPD\",\"name\":\"Berlin-Spandau\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:21:00+02:00\",\"departurePlanned\":\"2024-05-25T18:23:00+02:00\"},{\"id\":\"BZOO\",\"ds100\":\"BZOO\",\"name\":\"Berlin Zoologischer Garten\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:32:00+02:00\",\"departurePlanned\":\"2024-05-25T18:33:00+02:00\"},{\"id\":\"BLS\",\"ds100\":\"BLS\",\"name\":\"Berlin Hauptbahnhof (Stadtb)\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:38:00+02:00\",\"departurePlanned\":\"2024-05-25T18:40:00+02:00\"},{\"id\":\"BFRI\",\"ds100\":\"BFRI\",\"name\":\"Berlin Friedrichstraße\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:43:00+02:00\",\"departurePlanned\":\"2024-05-25T18:44:00+02:00\"},{\"id\":\"BALE\",\"ds100\":\"BALE\",\"name\":\"Alexanderplatz\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:47:00+02:00\",\"departurePlanned\":\"2024-05-25T18:48:00+02:00\"},{\"id\":\"BHF\",\"ds100\":\"BHF\",\"name\":\"Berlin Ostbahnhof\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:52:00+02:00\",\"departurePlanned\":\"2024-05-25T18:53:00+02:00\"},{\"id\":\"BOKR\",\"ds100\":\"BOKR\",\"name\":\"Berlin Ostkreuz Gl.1+2\",\"arrivalDelay\":0,\"departureDelay\":0,\"cancelled\":true,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T18:55:00+02:00\",\"departurePlanned\":\"2024-05-25T18:57:00+02:00\"},{\"id\":\"BFBI\",\"ds100\":\"BFBI\",\"name\":\"Flughafen BER\",\"arrivalDelay\":0,\"cancelled\":false,\"track\":[],\"connections\":[],\"arrivalPlanned\":\"2024-05-25T19:15:00+02:00\"}]}}", | |
"enable_anchor": false, | |
"anchor": { | |
"slug": "streckeninfo", | |
"label": null, | |
"__typename": "Anchor" | |
}, | |
"variant": "JourneyWidgetFull", | |
"is_ready": true, | |
"hold_text": null, | |
"__typename": "JourneyInfoWidget" | |
}, | |
"__typename": "FeedWidgetResponse" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"course": { | |
"id": "62026", | |
"line": "RE8", | |
"origin": "Wismar", | |
"destination": "Flughafen BER", | |
"stops": [ | |
{ | |
"id": "WWI", | |
"ds100": "WWI", | |
"name": "Wismar", | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"departurePlanned": "2024-05-25T15:24:00+02:00" | |
}, | |
{ | |
"id": "WMK", | |
"ds100": "WMK", | |
"name": "Dorf Mecklenburg", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T15:29:00+02:00", | |
"departurePlanned": "2024-05-25T15:30:00+02:00" | |
}, | |
{ | |
"id": "WMOI", | |
"ds100": "WMOI", | |
"name": "Moidentin", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T15:34:00+02:00", | |
"departurePlanned": "2024-05-25T15:34:00+02:00" | |
}, | |
{ | |
"id": "WK", | |
"ds100": "WK", | |
"name": "Bad Kleinen", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T15:38:00+02:00", | |
"departurePlanned": "2024-05-25T15:39:00+02:00" | |
}, | |
{ | |
"id": "WLST", | |
"ds100": "WLST", | |
"name": "Lübstorf", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T15:44:00+02:00", | |
"departurePlanned": "2024-05-25T15:44:00+02:00" | |
}, | |
{ | |
"id": "WS", | |
"ds100": "WS", | |
"name": "Schwerin Hbf", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T15:51:00+02:00", | |
"departurePlanned": "2024-05-25T16:00:00+02:00" | |
}, | |
{ | |
"id": "WSMI", | |
"ds100": "WSMI", | |
"name": "Schwerin Mitte", | |
"arrivalDelay": 1, | |
"departureDelay": 1, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:01:00+02:00", | |
"departurePlanned": "2024-05-25T16:02:00+02:00" | |
}, | |
{ | |
"id": "WSS", | |
"ds100": "WSS", | |
"name": "Schwerin Süd", | |
"arrivalDelay": 4, | |
"departureDelay": 4, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:07:00+02:00", | |
"departurePlanned": "2024-05-25T16:07:00+02:00" | |
}, | |
{ | |
"id": "WHO", | |
"ds100": "WHO", | |
"name": "Holthusen", | |
"arrivalDelay": 5, | |
"departureDelay": 4, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:10:00+02:00", | |
"departurePlanned": "2024-05-25T16:10:00+02:00" | |
}, | |
{ | |
"id": "WSLT", | |
"ds100": "WSLT", | |
"name": "Sülstorf", | |
"arrivalDelay": 5, | |
"departureDelay": 4, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:14:00+02:00", | |
"departurePlanned": "2024-05-25T16:15:00+02:00" | |
}, | |
{ | |
"id": "WRW", | |
"ds100": "WRW", | |
"name": "Rastow", | |
"arrivalDelay": 4, | |
"departureDelay": 3, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:20:00+02:00", | |
"departurePlanned": "2024-05-25T16:20:00+02:00" | |
}, | |
{ | |
"id": "WLOW", | |
"ds100": "WLOW", | |
"name": "Lüblow(Meckl)", | |
"arrivalDelay": 3, | |
"departureDelay": 3, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:24:00+02:00", | |
"departurePlanned": "2024-05-25T16:25:00+02:00" | |
}, | |
{ | |
"id": "WL", | |
"ds100": "WL", | |
"name": "Ludwigslust", | |
"arrivalDelay": 1, | |
"departureDelay": 3, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:32:00+02:00", | |
"departurePlanned": "2024-05-25T16:33:00+02:00" | |
}, | |
{ | |
"id": "WGRB", | |
"ds100": "WGRB", | |
"name": "Grabow(Meckl)", | |
"arrivalDelay": 3, | |
"departureDelay": 3, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T16:38:00+02:00", | |
"departurePlanned": "2024-05-25T16:39:00+02:00" | |
}, | |
{ | |
"id": "WKT", | |
"ds100": "WKT", | |
"name": "Karstädt", | |
"arrivalDelay": 2, | |
"departureDelay": 2, | |
"cancelled": false, | |
"track": [], | |
"connections": [ | |
{ | |
"id": "946", | |
"destination": "Perleberg, ZOB", | |
"departurePlanned": "2024-05-25T17:06:00+02:00", | |
"departureDelay": 0, | |
"platformDeparture": "" | |
}, | |
{ | |
"id": "8", | |
"destination": "Wismar, Bahnhof", | |
"departurePlanned": "2024-05-25T17:10:00+02:00", | |
"departureDelay": 1, | |
"platformDeparture": "1", | |
"holdCount": 1, | |
"holdStatus": "requested" | |
} | |
], | |
"arrivalPlanned": "2024-05-25T16:48:00+02:00", | |
"departurePlanned": "2024-05-25T16:49:00+02:00" | |
}, | |
{ | |
"id": "WW", | |
"ds100": "WW", | |
"name": "Wittenberge", | |
"arrivalDelay": 1, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [ | |
{ | |
"id": "8", | |
"destination": "Wismar, Bahnhof", | |
"departurePlanned": "2024-05-25T17:01:00+02:00", | |
"departureDelay": 1, | |
"platformDeparture": "4", | |
"holdCount": 1, | |
"holdStatus": "requested" | |
}, | |
{ | |
"id": "8", | |
"destination": "Flughafen BER", | |
"departurePlanned": "2024-05-25T17:03:00+02:00", | |
"departureDelay": 3, | |
"platformDeparture": "2", | |
"holdCount": 1, | |
"holdStatus": "requested" | |
}, | |
{ | |
"id": "8", | |
"destination": "Flughafen BER", | |
"departurePlanned": "2024-05-25T17:03:00+02:00", | |
"departureDelay": 0, | |
"platformDeparture": "2", | |
"holdCount": 1, | |
"holdStatus": "requested" | |
}, | |
{ | |
"id": "8", | |
"destination": "Flughafen BER", | |
"departurePlanned": "2024-05-25T17:03:00+02:00", | |
"departureDelay": 1, | |
"platformDeparture": "2", | |
"holdCount": 1, | |
"holdStatus": "requested" | |
}, | |
{ | |
"id": "6", | |
"destination": "S Charlottenburg Bhf (Berlin)", | |
"departurePlanned": "2024-05-25T17:06:00+02:00", | |
"departureDelay": 0, | |
"platformDeparture": "5 A-D", | |
"holdCount": 1, | |
"holdStatus": "requested" | |
}, | |
{ | |
"id": "1", | |
"destination": "Schönebeck-Bad Salzelmen", | |
"departurePlanned": "2024-05-25T17:10:00+02:00", | |
"departureDelay": 0, | |
"platformDeparture": "1 A-C" | |
}, | |
{ | |
"id": "942", | |
"destination": "Wittenberge, Einkaufszentrum", | |
"departurePlanned": "2024-05-25T17:11:00+02:00", | |
"departureDelay": 0, | |
"platformDeparture": "2" | |
} | |
], | |
"arrivalPlanned": "2024-05-25T16:57:00+02:00", | |
"departurePlanned": "2024-05-25T17:03:00+02:00" | |
}, | |
{ | |
"id": "WWIL", | |
"ds100": "WWIL", | |
"name": "Bad Wilsnack", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:11:00+02:00", | |
"departurePlanned": "2024-05-25T17:11:00+02:00" | |
}, | |
{ | |
"id": "WGF", | |
"ds100": "WGF", | |
"name": "Glöwen", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:19:00+02:00", | |
"departurePlanned": "2024-05-25T17:19:00+02:00" | |
}, | |
{ | |
"id": "WBDN", | |
"ds100": "WBDN", | |
"name": "Breddin", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:25:00+02:00", | |
"departurePlanned": "2024-05-25T17:25:00+02:00" | |
}, | |
{ | |
"id": "WNS", | |
"ds100": "WNS", | |
"name": "Neustadt(Dosse)", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:34:00+02:00", | |
"departurePlanned": "2024-05-25T17:35:00+02:00" | |
}, | |
{ | |
"id": "WFRK", | |
"ds100": "WFRK", | |
"name": "Friesack(Mark)", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:42:00+02:00", | |
"departurePlanned": "2024-05-25T17:42:00+02:00" | |
}, | |
{ | |
"id": "WPAU", | |
"ds100": "WPAU", | |
"name": "Paulinenaue", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:49:00+02:00", | |
"departurePlanned": "2024-05-25T17:50:00+02:00" | |
}, | |
{ | |
"id": "BNAU", | |
"ds100": "BNAU", | |
"name": "Nauen", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T17:57:00+02:00", | |
"departurePlanned": "2024-05-25T18:01:00+02:00" | |
}, | |
{ | |
"id": "BFKS", | |
"ds100": "BFKS", | |
"name": "Falkensee", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:14:00+02:00", | |
"departurePlanned": "2024-05-25T18:15:00+02:00" | |
}, | |
{ | |
"id": "BSPD", | |
"ds100": "BSPD", | |
"name": "Berlin-Spandau", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:21:00+02:00", | |
"departurePlanned": "2024-05-25T18:23:00+02:00" | |
}, | |
{ | |
"id": "BZOO", | |
"ds100": "BZOO", | |
"name": "Berlin Zoologischer Garten", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:32:00+02:00", | |
"departurePlanned": "2024-05-25T18:33:00+02:00" | |
}, | |
{ | |
"id": "BLS", | |
"ds100": "BLS", | |
"name": "Berlin Hauptbahnhof (Stadtb)", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:38:00+02:00", | |
"departurePlanned": "2024-05-25T18:40:00+02:00" | |
}, | |
{ | |
"id": "BFRI", | |
"ds100": "BFRI", | |
"name": "Berlin Friedrichstraße", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:43:00+02:00", | |
"departurePlanned": "2024-05-25T18:44:00+02:00" | |
}, | |
{ | |
"id": "BALE", | |
"ds100": "BALE", | |
"name": "Alexanderplatz", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:47:00+02:00", | |
"departurePlanned": "2024-05-25T18:48:00+02:00" | |
}, | |
{ | |
"id": "BHF", | |
"ds100": "BHF", | |
"name": "Berlin Ostbahnhof", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:52:00+02:00", | |
"departurePlanned": "2024-05-25T18:53:00+02:00" | |
}, | |
{ | |
"id": "BOKR", | |
"ds100": "BOKR", | |
"name": "Berlin Ostkreuz Gl.1+2", | |
"arrivalDelay": 0, | |
"departureDelay": 0, | |
"cancelled": true, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T18:55:00+02:00", | |
"departurePlanned": "2024-05-25T18:57:00+02:00" | |
}, | |
{ | |
"id": "BFBI", | |
"ds100": "BFBI", | |
"name": "Flughafen BER", | |
"arrivalDelay": 0, | |
"cancelled": false, | |
"track": [], | |
"connections": [], | |
"arrivalPlanned": "2024-05-25T19:15:00+02:00" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"types": [ | |
{ | |
"name": "ActivateUserSessionResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "ap_mac", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "time_start", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "state", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "policy", | |
"type": { | |
"name": "Policy", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Anchor", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "slug", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "label", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "AuthType", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "BigInt", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "Boolean", | |
"description": "The `Boolean` scalar type represents `true` or `false`.", | |
"fields": [] | |
}, | |
{ | |
"name": "CampaignWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "ClientInfoResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "connected", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "policy", | |
"type": { | |
"name": "Policy", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "ConnectInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "ConnectSnippets", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "button_text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "terms_of_service", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "store_terms", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "connected_text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "ConnectWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "enable_anchor", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "anchor", | |
"type": { | |
"name": "Anchor", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "variant", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "confirmation", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "delay", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "require_sms_auth", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "email_mandatory", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "button_text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "terms_of_service", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "connected_text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "store_terms", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "CustomOption", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "option_key", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "email", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "DateTime", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "DomainTLSKeypairResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "tls_certificate", | |
"type": { | |
"name": "TLSCertificate", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "EmergencyRequestReason", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "reason", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "EmergencyRequestStatus", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "EmergencyRequestWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "reasons", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "status", | |
"type": { | |
"name": "EmergencyRequestStatus", | |
"kind": "ENUM", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "disclaimer", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "EmptyResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Error", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "error_code", | |
"type": { | |
"name": "ErrorCodes", | |
"kind": "ENUM", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error_message", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "current_value_bytes", | |
"type": { | |
"name": "BigInt", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "max_value_bytes", | |
"type": { | |
"name": "BigInt", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "current_value_seconds", | |
"type": { | |
"name": "BigInt", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "max_value_seconds", | |
"type": { | |
"name": "BigInt", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "ErrorCodes", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "FailedUserSessionSync", | |
"description": "This type reports user sessions that failed in the sync back to\nthe sync client", | |
"fields": [ | |
{ | |
"name": "client_mac", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "error_code", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "UserSessionSyncErrorCode", | |
"kind": "ENUM" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "FeedWidgetResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget", | |
"type": { | |
"name": "Widget", | |
"kind": "INTERFACE", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "File", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "resource_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "url", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "filename", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Float", | |
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).", | |
"fields": [] | |
}, | |
{ | |
"name": "GeoFeedPoint", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "icon_url", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "icon_width", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "lat", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Float", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "long", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Float", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "ID", | |
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.", | |
"fields": [] | |
}, | |
{ | |
"name": "Int", | |
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", | |
"fields": [] | |
}, | |
{ | |
"name": "JourneyInfoWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "enable_anchor", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "anchor", | |
"type": { | |
"name": "Anchor", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "update_interval", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "is_ready", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "variant", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "json", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "hold_text", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "LogLevel", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "LoginMethodPolicy", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "login_method", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "network_user_policy_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "LoginMethodPolicyInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "LoginMethodPolicyResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "login_method_policies", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "LoginMethodPolicy", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "MovingMapWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "geo_points", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "icon", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "is_ready", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "json", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "update_interval", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "enable_anchor", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "anchor", | |
"type": { | |
"name": "Anchor", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Mutation", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "client_connect", | |
"type": { | |
"name": "UserSessionIdResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "client_logout", | |
"type": { | |
"name": "UserSessionIdResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "splashpage_log", | |
"type": { | |
"name": "EmptyResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "support_form_submit", | |
"type": { | |
"name": "EmptyResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "auth_challenge_sms", | |
"type": { | |
"name": "EmptyResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "user_session_accounting", | |
"type": { | |
"name": "EmptyResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "request_emergency", | |
"type": { | |
"name": "EmptyResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "request_hold", | |
"type": { | |
"name": "EmptyResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "NetworkUserPolicy", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "network_user_policy_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "max_mbytes_down", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "max_mbytes_up", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "daily_max_mbytes_down", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "daily_max_mbytes_up", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "max_bandwidth_down", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "max_bandwidth_up", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "max_pause_time", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "accounting_interval", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "timeout_session", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "daily_max_session_time", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "timeout_idle", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "NetworkUserPolicyInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "Page", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "splashpage_id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "route", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "label", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "widgets", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "Widget", | |
"kind": "INTERFACE" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "PoiMatch", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "stop", | |
"type": { | |
"name": "PoiMatchStop", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "PoiMatchStop", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "id", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "name", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "ds100", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "ibnr", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Policy", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "network_user_policy_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "bandwidth_down_kbps", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "bandwidth_up_kbps", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "accounting_interval", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "PolicyInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "Query", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "splashpage", | |
"type": { | |
"name": "SplashpageResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "activate_user_session", | |
"type": { | |
"name": "ActivateUserSessionResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "get_internet_user_sessions", | |
"type": { | |
"name": "UserSessionsResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "session_info", | |
"type": { | |
"name": "UserSessionInfoResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "feed_widget", | |
"type": { | |
"name": "FeedWidgetResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "domain_tls_keypair", | |
"type": { | |
"name": "DomainTLSKeypairResponse", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "RequestHoldInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "Response", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "ResultCode", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SessionEvent", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SessionEventInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SessionState", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SimpleTextWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "enable_anchor", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "anchor", | |
"type": { | |
"name": "Anchor", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "content", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "update_interval", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "is_ready", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Splashpage", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "splashpage_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "customer_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "title", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "color_primary", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "color_secondary", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "background_image", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "logo_image", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "default_lang", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "destination_url", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "supported_lang", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "pages", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": null, | |
"kind": "LIST" | |
} | |
} | |
}, | |
{ | |
"name": "matomo_tracking_id", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "SplashpageLocalApiResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "splashpage_lang", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "resources", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "File", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "login_method_policies", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "network_user_policies", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "tls_certificate", | |
"type": { | |
"name": "TLSCertificate", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "result_code", | |
"type": { | |
"name": "ResultCode", | |
"kind": "ENUM", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "SplashpageLogInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SplashpageResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "connected", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "online", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "user_session_info", | |
"type": { | |
"name": "UserSessionInfo", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "splashpage", | |
"type": { | |
"name": "Splashpage", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "policy_violation", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "SplashpageTranslatable", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "lang", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "splashpage", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Splashpage", | |
"kind": "OBJECT" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "String", | |
"description": "The `String`scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", | |
"fields": [] | |
}, | |
{ | |
"name": "StructuredTextCategory", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "label", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "enable_anchor", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "anchor", | |
"type": { | |
"name": "Anchor", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "entries", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "StructuredTextEntry", | |
"kind": "OBJECT" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "StructuredTextEntry", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "title", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "content", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "POI_match", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "PoiMatch", | |
"kind": "OBJECT" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "StructuredTextWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "update_interval", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "is_ready", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "categories", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "StructuredTextCategory", | |
"kind": "OBJECT" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "SupportFormSubmitInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SupportFormSubmitSyncInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "SupportFormWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "custom_options", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "CustomOption", | |
"kind": "OBJECT" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "SupportInfoWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "TLSCertificate", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "cert", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "private_key", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Usage", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "mbytes_up", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Float", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "mbytes_down", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Float", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "session_time", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSession", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "client_mac", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "ap_mac", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "time_start", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "state", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "policy", | |
"type": { | |
"name": "Policy", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSessionAccountingBatchInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "UserSessionAccountingInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "UserSessionIdResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "ID", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "time_start", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "state", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSessionInfo", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "client_mac", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "ap_mac", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "ap_name", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "sync_user_session_id", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "time_start", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "time_start_internet", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "state", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "network_user_policy", | |
"type": { | |
"name": "NetworkUserPolicy", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "mbytes_down", | |
"type": { | |
"name": "Float", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "mbytes_up", | |
"type": { | |
"name": "Float", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "session_time", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "daily_mbytes_down", | |
"type": { | |
"name": "Float", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "daily_mbytes_up", | |
"type": { | |
"name": "Float", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "daily_session_time", | |
"type": { | |
"name": "Int", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSessionInfoInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "UserSessionInfoResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_session", | |
"type": { | |
"name": "UserSessionInfo", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSessionSync", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_session_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "client_mac", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "time_start", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "DateTime", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "time_start_internet", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "time_end", | |
"type": { | |
"name": "DateTime", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "state", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "SessionState", | |
"kind": "ENUM" | |
} | |
} | |
}, | |
{ | |
"name": "daily_usage", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Usage", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "current_usage", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Usage", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "assigned_policy", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "NetworkUserPolicy", | |
"kind": "OBJECT" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSessionSyncErrorCode", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "UserSessionSyncInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "UserSessionsResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_sessions", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "UserSession", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "UserSessionsSyncInput", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "UserSessionsSyncResponse", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "user_sessions", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "UserSessionSync", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "failed_user_sessions", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": "FailedUserSessionSync", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "error", | |
"type": { | |
"name": "Error", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Widget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Wifi4EUWidget", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "widget_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "page_id", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "ID", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "position", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Int", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_created", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "date_updated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "network_identifier", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "self_test", | |
"type": { | |
"name": "Boolean", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__Directive", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "name", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "description", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "locations", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": null, | |
"kind": "LIST" | |
} | |
} | |
}, | |
{ | |
"name": "args", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": null, | |
"kind": "LIST" | |
} | |
} | |
}, | |
{ | |
"name": "isRepeatable", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Boolean", | |
"kind": "SCALAR" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__DirectiveLocation", | |
"description": null, | |
"fields": [] | |
}, | |
{ | |
"name": "__EnumValue", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "name", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "description", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "isDeprecated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Boolean", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "deprecationReason", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__Field", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "name", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "description", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "args", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": null, | |
"kind": "LIST" | |
} | |
} | |
}, | |
{ | |
"name": "type", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "__Type", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "isDeprecated", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "Boolean", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "deprecationReason", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__InputValue", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "name", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "String", | |
"kind": "SCALAR" | |
} | |
} | |
}, | |
{ | |
"name": "description", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "type", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "__Type", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "defaultValue", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__Schema", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "description", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "types", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": null, | |
"kind": "LIST" | |
} | |
} | |
}, | |
{ | |
"name": "queryType", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "__Type", | |
"kind": "OBJECT" | |
} | |
} | |
}, | |
{ | |
"name": "mutationType", | |
"type": { | |
"name": "__Type", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "subscriptionType", | |
"type": { | |
"name": "__Type", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "directives", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": null, | |
"kind": "LIST" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__Type", | |
"description": null, | |
"fields": [ | |
{ | |
"name": "kind", | |
"type": { | |
"name": null, | |
"kind": "NON_NULL", | |
"ofType": { | |
"name": "__TypeKind", | |
"kind": "ENUM" | |
} | |
} | |
}, | |
{ | |
"name": "name", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "description", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "fields", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "interfaces", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "possibleTypes", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "enumValues", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "inputFields", | |
"type": { | |
"name": null, | |
"kind": "LIST", | |
"ofType": { | |
"name": null, | |
"kind": "NON_NULL" | |
} | |
} | |
}, | |
{ | |
"name": "ofType", | |
"type": { | |
"name": "__Type", | |
"kind": "OBJECT", | |
"ofType": null | |
} | |
}, | |
{ | |
"name": "specifiedByURL", | |
"type": { | |
"name": "String", | |
"kind": "SCALAR", | |
"ofType": null | |
} | |
} | |
] | |
}, | |
{ | |
"name": "__TypeKind", | |
"description": null, | |
"fields": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment