Changes for page Download a project (export)
Last modified by Robert Jan Daams on 2025/03/05 18:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -256,12 +256,15 @@ 256 256 Also fill the license and the applicationCode. //(These two fields can be requested at the TerraIndex Servicedesk.)// 257 257 5; Fill the **ExportType **'**Export_FIELD_XML_v1_0_0**’. This export corresponds with dsFieldProject.xsd and is the best XML to connect TI with. 258 258 Create at least create 2 parameters as in the image. Beacause 2 parameters are needed. 259 +//If JSON is prevered use: ExportType = 'Export_FIELD_JSON_v1_0_0'// 259 259 6; Fill the parameter with the FileName. 260 260 7; Fill the parameter with **projectID**. Instead of ‘ProjectID' it’s also possible to fill the parameter ‘ProjectCode'. 261 261 8; Send the request and wait for the reponse. In response field ‘ResultCode’ should be 'SUCCES’ when it all went OK. If not it will tell what went wrong. 262 262 9; The response field 'Filecontent’is filled if it went OK, and it contains XML you can serialize. 263 -\\*Username and password are known by each TI user and the application manager of your company can create new usernames. 264 +10; an extra parameter is added calles: **UseZipStream**. The result data is default Base64 encoded, if you add UseZipStream = true, the result string is GZIPSTREAMED Base64 encoded. **At the end of this page, we have added an class as code, to parse the base64 or ZIPStream Base64 to a normal string.** 265 +*Username and password are known by each TI user and the application manager of your company can create new usernames. 264 264 267 + 265 265 **EXAMPLE CODE** 266 266 267 267 ExportType: