Modifications pour le document Implementatie documentatie

Modifié par Robert Jan Daams le 2025/02/04 11:03

Depuis la version 2.3
modifié par Roelof Zwaan
sur 2021/11/23 13:27
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 2.4
modifié par Roelof Zwaan
sur 2021/11/23 13:29
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -2,3 +2,12 @@
2 2  
3 3  For external software that tries to insert or export data from the TerraIndex database, through an API.
4 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 +)))