Close Connection
This method terminates the session token.
This is a GET method.
REST WADL
https://atmp-pub-api-www3.actito.com/apinmpreporting/application.wadl
REST URL
https://atmp-pub-api-www3.actito.com/apinmpreporting/connection
| Input parameters Required parameters | Description | Output parameters | Description |
|---|---|---|---|
| token | The connection token | return | The connection is closed if the operation was successful, otherwise an error code appears. |
Error Descriptions
| Status Code | Error Code | Error messages | Example Error Output |
|---|---|---|---|
| 403 | Access denied. You must fill in the managerKey parameter to authentificate on this API You must fill in the password paramter to authentificate on this API. Please enter a valid token to validate your connection. Your session has expired due to timeout | <?xml version="1.0" encoding="UTF-8" standalone="yes"?><ExceptionEntity><errorMessage>Access denied.</errorMessage></ExceptionEntity> | |
| 404 | API_209 | No result found | <?xml version="1.0" encoding="UTF-8" standalone="yes"?><ExceptionEntity><errorCode>API_209</errorCode><errorMessage>No result found</errorMessage></ExceptionEntity> |
REST Example
URL
https://atmp-pub-api-www3.actito.com/apinmpreporting/connection
Header
token {token}