GET api/Test

Check if web service is online

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TestResult
NameDescriptionTypeAdditional information
Success

boolean

None.

SessionExpired

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "SessionExpired": true,
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<TestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBSphere.Service.Models">
  <Message>sample string 3</Message>
  <SessionExpired>true</SessionExpired>
  <Success>true</Success>
</TestResult>