Wiki broncode van Implementatie documentatie
Version 2.6 by Roelof Zwaan on 2021/11/30 14:54
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | This space contains all information regarding TerraIndex that could be useful for third parties. | ||
| 2 | |||
| 3 | For external software that tries to insert or export data from the TerraIndex database, through an API. | ||
| 4 | There is also a section that describes the lab communication and setting up the connection between a lab and TerraIndex. | ||
| 5 | |||
| 6 | |||
| 7 | (% class="box infomessage" %) | ||
| 8 | ((( | ||
| 9 | After pushing the data into the database, the ID’s are auto incremented. Based on the pushes ProjectCode, you can retreive the actual assigned ProjectID. | ||
| 10 | It’s possible to search your inserted project with the REST function, just fille the **searchfilter **of the: [[GetProjectsJSON>>url:https://web.terraindex.com/DataWS/ITWDataRestService_V1_0/GetProjectsJSON]] API call. | ||
| 11 | [[Setting up a Webservice connection for project exports>>Implementation documentation.Setting up a Webservice connection for project exports.WebHome]] | ||
| 12 | It’s possible this will return in multiple results, because a wildcard search is automatically applied. So make sure, in case of multiple results, you perform search on exact match inside the results. | ||
| 13 | ))) |