Admin/GetApplicationList
This method returns a list of applications that are defined in the Datacap Application Manager.
URI
http://{IP address}:{Port}/ServicewTM.svc/Admin/GetApplicationList
Request content
The request for this method contains no content.
Response content
The response contains the list of applications that are defined in the Datacap Application Manager.
This method also returns one of the following response codes.
| Response Code | Description |
|---|---|
| 200 OK | The request was successful. |
| 400 Bad Request | The request was not understood by the service because of malformed syntax. |
| 405 Method Not Allowed | The method that is specified in the Request-Line is not allowed for the resource that is identified by the Request-URI. The response must include an Allow header that contains a list of valid methods for the requested resource. |
| 500 Internal Error | An unexpected condition was encountered that prevented the service from fulfilling the request. |
GET GetApplicationList method JSON response example
{ "Applications":["String content"] }
GET GetApplicationList method XML response example
<ApplicationList>
<Applications>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
</Applications>
</ApplicationList>