GET api/v1/AgencyDatabases

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AgencyListDTO
NameDescriptionTypeAdditional information
AgencyDatabaseID

string

None.

AgencyShortName

string

None.

AgencyLongName

string

None.

AgencyStatus

string

None.

Region

string

None.

AMSType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AgencyDatabaseID": "sample string 1",
  "AgencyShortName": "sample string 2",
  "AgencyLongName": "sample string 3",
  "AgencyStatus": "sample string 4",
  "Region": "sample string 5",
  "AMSType": "sample string 6"
}

application/xml, text/xml

Sample:
<AgencyListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.AgencyRevolution">
  <AMSType>sample string 6</AMSType>
  <AgencyDatabaseID>sample string 1</AgencyDatabaseID>
  <AgencyLongName>sample string 3</AgencyLongName>
  <AgencyShortName>sample string 2</AgencyShortName>
  <AgencyStatus>sample string 4</AgencyStatus>
  <Region>sample string 5</Region>
</AgencyListDTO>