Changes for page Implementatie documentatie
Last modified by Robert Jan Daams on 2025/02/04 11:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,8 @@ 1 +{{box cssClass="floatinginfobox" title="**Contents**"}} 2 +{{toc/}} 3 +{{/box}} 4 + 5 + 1 1 = Overview = 2 2 3 3 This space contains all information regarding TerraIndex that could be useful for third parties. ... ... @@ -14,8 +14,16 @@ 14 14 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. 15 15 ))) 16 16 17 -= APItesting tools22 += Compatibility = 18 18 24 +In the past we have hosted several implementations of our API's; ASMX, SVC and REST. 25 + 26 +{{warning}} 27 +We highly encourage you to connect with our REST API's, as older implementations will not be supported forever. 28 +{{/warning}} 29 + 30 += API testing tools = 31 + 19 19 We generally recommend to test our API calls in a third part API testing tool first. 20 20 21 21 This provides insights into the workings of the API, without having to start coding right away. This also ensures any bugs in code do not interfere with the actual API call.