GET api/Abacus/CheckToken
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseModelName | Description | Type | Additional information |
---|---|---|---|
Bool | boolean |
None. |
|
Message | string |
None. |
|
Exciption | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Bool": true, "Message": "sample string 2", "Exciption": "sample string 3" }
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExamAPI"> <Bool>true</Bool> <Exciption>sample string 3</Exciption> <Message>sample string 2</Message> </ResponseModel>