ON THIS PAGE
Optional Query String Parameters
Init:
Any request may add a value “init” to the query string. If the value is non-zero the response will also contain initialization data including a “constant_map” which provides values for symbolic constants used by the other requests. For example, the error status values are defined in this map (see Error Status Values).
noop:
This value prevents the cookie”s server-side session timeout from resetting.
error status values:
Descriptions of API error values are delineated as follows:
Error Codes |
Description |
-1 |
Invalid or missing parameter. |
-2 |
Internal error |
-3 |
Duplicate configuration already exists |
-4 |
No results available. |
-5 |
Database error |
-6 |
The current user does not have permissions to access this API |
-7 |
Results are not yet available |
-8 |
Session timeout |
-11 |
User not logged in |
-12 |
Service not availabl |
-13 |
Invalid CSRF token |
-14 |
Invalid input |
Each API call also returns an error string containing a detailed text description of the error; each API will define the meaning of each error case.