GET api/servicesConnected
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dictionary of ServicesApi [key] and boolean [value]Response Formats
application/json, text/json
Sample:
{
"K2": true
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfServicesApibooleantIOvQPH4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfServicesApibooleantIOvQPH4>
<Key>K2</Key>
<Value>true</Value>
</KeyValueOfServicesApibooleantIOvQPH4>
</ArrayOfKeyValueOfServicesApibooleantIOvQPH4>