Reference for https://interdev.dot.state.fl.us/fel4_u/ConfigurationService.svc/configuration/
Url: https://interdev.dot.state.fl.us/fel4_u/ConfigurationService.svc/configuration/
HTTP Method: GET
This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.
Message direction | Format | Body |
---|---|---|
Request | N/A | The Request body is empty. |
Response | Xml | Example |
Response | Json | Example |
The following is an example response Xml body:
<anyType xmlns:d1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:type="d1:ArrayOfKeyValueOfstringanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> <d1:KeyValueOfstringanyType> <d1:Key>String content</d1:Key> <!--Valid elements of type: ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, ArrayOfstring, Configuration, schema--> <d1:Value i:type="ArrayOfKeyValueOfstringanyType"> <d1:KeyValueOfstringanyType> <d1:Key>String content</d1:Key> <!--Valid elements of type: ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, ArrayOfstring, Configuration, schema--> <d1:Value i:type="ArrayOfKeyValueOfstringanyType"> <d1:KeyValueOfstringanyType i:nil="true" /> <d1:KeyValueOfstringanyType i:nil="true" /> </d1:Value> </d1:KeyValueOfstringanyType> <d1:KeyValueOfstringanyType> <d1:Key>String content</d1:Key> <!--Valid elements of type: ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, ArrayOfstring, Configuration, schema--> <d1:Value i:type="ArrayOfKeyValueOfstringanyType"> <d1:KeyValueOfstringanyType i:nil="true" /> <d1:KeyValueOfstringanyType i:nil="true" /> </d1:Value> </d1:KeyValueOfstringanyType> </d1:Value> </d1:KeyValueOfstringanyType> <d1:KeyValueOfstringanyType> <d1:Key>String content</d1:Key> <!--Valid elements of type: ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, ArrayOfstring, Configuration, schema--> <d1:Value i:type="ArrayOfKeyValueOfstringanyType"> <d1:KeyValueOfstringanyType> <d1:Key>String content</d1:Key> <!--Valid elements of type: ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, ArrayOfstring, Configuration, schema--> <d1:Value i:type="ArrayOfKeyValueOfstringanyType"> <d1:KeyValueOfstringanyType i:nil="true" /> <d1:KeyValueOfstringanyType i:nil="true" /> </d1:Value> </d1:KeyValueOfstringanyType> <d1:KeyValueOfstringanyType> <d1:Key>String content</d1:Key> <!--Valid elements of type: ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, ArrayOfstring, Configuration, schema--> <d1:Value i:type="ArrayOfKeyValueOfstringanyType"> <d1:KeyValueOfstringanyType i:nil="true" /> <d1:KeyValueOfstringanyType i:nil="true" /> </d1:Value> </d1:KeyValueOfstringanyType> </d1:Value> </d1:KeyValueOfstringanyType> </anyType>
The following is an example response Json body:
{ "KeyValueOfstringanyType":{ "Key":"String content", "Value":{ "KeyValueOfstringanyType":{ "Key":"String content", "Value":{ "KeyValueOfstringanyType":null } } } } }