0
ESS Get-Webservice Method
The purpose of this webservice method is to return the document data to the LogicNets system.
Request
The relative base URL of the web method is as follows:
/Get?sessionkey=<session-key>&reportkey=<report-key>&userkey=<user-key>.
Method: GET
Property | Description | Example |
Session-key | This is the session-key provided by the ESS in the Start-URL. | 12345 |
Report-key | This is the report-key provided by the ESS in the Start-URL. | Document123 |
User-key | This is the user-key provided by the ESS in the Start-URL. | UserA |
Response
The ESS must respond to the request with an XML document and HTTP status code.
Status Code | Status Text | Description |
200 | Success | This means the request was successful and the system returned data. |
403 | Forbidden | This means the authentication failed. |
500 | Internal Server Error | This means there were unexpected server errors. |
Examples
Description | Examples |
Response of an empty document | LoadResponse-NewDocument.xml |
Response of an existing document | LoadResponse-ExistingDocument.xml |
Response of an existing document with user information | LoadResponse-ExistingDocument-OverrideUser.xml |
Like
Follow
Reply