Modifications pour le document Download a project (export)
Modifié par Nico Lemaire le 2025/09/01 13:36
Depuis la version 6.2
modifié par Robert Jan Daams
sur 2022/08/23 11:14
sur 2022/08/23 11:14
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 6.6
modifié par Robert Jan Daams
sur 2022/08/23 11:18
sur 2022/08/23 11:18
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -23,10 +23,13 @@ 23 23 As part of on-going efforts to improve performance and scalability, we have introduced a dedicated version of DataWS named DataWSExternals. This new service should be used for external API consumers. 24 24 25 25 | |**URL**| 26 -|**Old**|{{code language="none"}}https://web.terraindex.com/DataWS/{{/code}}|[[https:~~/~~/web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx?wsdl]] 27 -|**New**|{{code language="none"}}https://web.terraindex.com/DataWSExternals/{{/code}}|[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx?wsdl]] 26 +|**Old**|{{code language="none"}}https://web.terraindex.com/DataWS/{{/code}}|((( 27 +[[https:~~/~~/web.terraindex.com/DataWS/ITWDataRestService_V1_0/GetProjectsJSON>>https://web.terraindex.com/DataWS/ITWDataRestService_V1_0/GetProjectsJSON]] 28 +))) 29 +|**New**|{{code language="none"}}https://web.terraindex.com/DataWSExternals/{{/code}}|((( 30 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWDataRestService_V1_0/GetProjectsJSON>>https://web.terraindex.com/DataWSExternals/ITWDataRestService_V1_0/GetProjectsJSON]] 31 +))) 28 28 29 -(% class="wikigeneratedid" %) 30 30 == == 31 31 32 32 == 1. Retreive all changed project from TerraIndex == ... ... @@ -35,7 +35,7 @@ 35 35 This way you only download projects that have changes, and it will not request project that are not needed, so it won’t keep our servers busy with exports that are not necessary. 36 36 37 37 To start connecting this webservice, you should use this URL: 38 -[[https:~~/~~/web.terraindex.com/DataWS/ITWDataRestService_V1_0/GetProjectsJSON>> url:https://web.terraindex.com/DataWS/ITWDataRestService_V1_0/GetProjectsJSON]]41 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWDataRestService_V1_0/GetProjectsJSON>>https://web.terraindex.com/DataWSExternals/ITWDataRestService_V1_0/GetProjectsJSON]] 39 39 40 40 Fill the **Body **of a **POST **HTTP call with: 41 41 ... ... @@ -254,7 +254,7 @@ 254 254 The format of the projectfile is documentated here: [[Documentation TerraIndex Export format - dsFieldProject.xsd>>Implementation documentation.Documentation TerraIndex Export format - dsFieldProject\.xsd.WebHome]] 255 255 256 256 To start connecting this webservice, you should use this URL of the Import Export Webservice: 257 -[[https:~~/~~/web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx>> url:https://web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx]]260 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx>>https://web.terraindex.com/DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx]] 258 258 259 259 With this URL many IDE’s can create a proxy for you, just by providing the URL. Once this proxy is created, you will have a few classes looking like the call in the image below. 260 260