GET api/Cti

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GoCtiResponse
NameDescriptionTypeAdditional information
ServerIP

string

None.

PhoneSerial

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ServerIP": "sample string 1",
  "PhoneSerial": "sample string 2"
}

application/xml, text/xml

Sample:
<GoCtiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VisWebApiDB">
  <PhoneSerial>sample string 2</PhoneSerial>
  <ServerIP>sample string 1</ServerIP>
</GoCtiResponse>