Endpunkte
In der Sektion Endpunkte werden alle verfügbaren LiveLink-Endpunkte aufgelistet.
Um die Metadaten eines Endpunkt aufzurufen, klicken Sie einfach auf die URL-Adresse des gewünschten Endpunkts.
Ausschnitt des LiveLink-XML-Endpunktes Grünflächenmanagement
Aufruf von Metadaten
•Syntax
o<BaseUrl>/OData/<Product>?$metadata
•Beispiel für Grün:
ohttp://VertiGIS FM-Server/VertiGIS FM-Projekt/OData/Green?$metadata
•Beispiel für Abgleich-Log´s:
ohttp://VertiGIS FM-Server/VertiGIS FM-Projekt/ODataList/System/ReplicationLogs?$metadata
OData Abfrage
•Syntax
o<BaseUrl>/OData/<Product>/<Entity>
•Beispiel für Abfrage von Abgleich-Log´s:
ohttp://VertiGIS FM-Server/VertiGIS FM-Projekt/ODataList/System/ReplicationLogs/IntReplicationLog
•Beispiel für Abfrage der Systeminformationen:
ohttp://VertiGIS FM-Server/VertiGIS FM-Projekt/ODataList/System/SystemInformation/SystemInformation
OData Abfrage mit Filter
•Syntax
o<BaseUrl>/OData/<Product>/<Entity>?$filter=<Condition>
•Beispiel Abgleich-Log´s seit 29.10.2019:
ohttp://VertiGIS FM-Server/VertiGIS FM-Projekt/ODataList/System/ReplicationLogs/IntReplicationLog?$filter=Timestamp gt DateTime'2019-10-29T00:00:00'
Weitere Informationen
•OData Dokumentation: https://www.odata.org/documentation/odata-version-3-0/url-conventions/
•OData Browser Extension (Chrome Web Store) für Abfragen: