GET {version}/GetDistrictTypes

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DistrictType
NameDescriptionTypeAdditional information
GUID

globally unique identifier

None.

gdl_GUID

globally unique identifier

None.

Text

string

None.

Code

string

None.

LegislatorType

string

None.

Default

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GUID": "6ae8ac2f-3066-452c-90d2-8e9609a8b25d",
    "gdl_GUID": "73e06e77-de65-4fbb-8fe6-e07eba2e4ef7",
    "Text": "sample string 3",
    "Code": "sample string 4",
    "LegislatorType": "sample string 5",
    "Default": true
  },
  {
    "GUID": "6ae8ac2f-3066-452c-90d2-8e9609a8b25d",
    "gdl_GUID": "73e06e77-de65-4fbb-8fe6-e07eba2e4ef7",
    "Text": "sample string 3",
    "Code": "sample string 4",
    "LegislatorType": "sample string 5",
    "Default": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfDistrictType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
  <DistrictType>
    <Code>sample string 4</Code>
    <Default>true</Default>
    <GUID>6ae8ac2f-3066-452c-90d2-8e9609a8b25d</GUID>
    <LegislatorType>sample string 5</LegislatorType>
    <Text>sample string 3</Text>
    <gdl_GUID>73e06e77-de65-4fbb-8fe6-e07eba2e4ef7</gdl_GUID>
  </DistrictType>
  <DistrictType>
    <Code>sample string 4</Code>
    <Default>true</Default>
    <GUID>6ae8ac2f-3066-452c-90d2-8e9609a8b25d</GUID>
    <LegislatorType>sample string 5</LegislatorType>
    <Text>sample string 3</Text>
    <gdl_GUID>73e06e77-de65-4fbb-8fe6-e07eba2e4ef7</gdl_GUID>
  </DistrictType>
</ArrayOfDistrictType>