The GN4 database is accessible via API using a modified implementation of REST client-server calls. This API enables complete access to the database using the commands described in this document.
The REST calls are constructed using a well formed URL, with the GN4 application at the root. For example, supposing a GN4 application that is accessed as:
http://demo.teradp.com/GN4
The REST call to execute a login would be constructed as:
http://demo.teradp.com/GN4/do.ashx?cmd=login&name=administrator&pwd=myadminpwd
NOTES
•The name of the command is NOT case sensitive
•Every session must begin with a Login call
•The full description of each GN4 REST commands with examples are detailed in this section.
Use the Table of Contents to find information. See also Using table of contents in help.