GET api/Session/Ping

Checks whether the Session is still active. If active, lastpingtime will be updated.

Request Information

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "StatusCode": "Continue",
  "ErrorCode": 0,
  "ErrorCodeMessage": "No Error",
  "Messages": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}