GET api/VALT_Parameters

Get VALT web service URL

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

URL_Connection_Parameters
NameDescriptionTypeAdditional information
Base_URL

string

None.

Test_URL

string

None.

Error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Base_URL": "sample string 1",
  "Test_URL": "sample string 2",
  "Error": "sample string 3"
}

application/xml, text/xml

Sample:
<URL_Connection_Parameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IA_Tools">
  <Base_URL>sample string 1</Base_URL>
  <Error>sample string 3</Error>
  <Test_URL>sample string 2</Test_URL>
</URL_Connection_Parameters>