Wijzigen voor document Implementatie documentatie
Laatst gewijzigd door Robert Jan Daams op 2025/02/04 11:03
Van versie 2.3
gewijzigd door Roelof Zwaan
op 2021/11/23 13:27
op 2021/11/23 13:27
Opmerking bij wijziging:
Er is geen opmerking bij deze versie
Naar versie 2.4
gewijzigd door Roelof Zwaan
op 2021/11/23 13:29
op 2021/11/23 13:29
Opmerking bij wijziging:
Er is geen opmerking bij deze versie
Samenvatting
-
Paginaeigenschappen (1 gewijzigd, 0 toegevoegd, 0 verwijderd)
Details
- Paginaeigenschappen
-
- Inhoud
-
... ... @@ -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 +)))