GET {version}/GetDistrictTypes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DistrictType| Name | Description | Type | Additional 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": "fe7872f5-0467-4d7f-81cb-2ed00af90e27",
"gdl_GUID": "364a8436-6c84-4756-b54e-db87b9c0ed1b",
"Text": "sample string 3",
"Code": "sample string 4",
"LegislatorType": "sample string 5",
"Default": true
},
{
"GUID": "fe7872f5-0467-4d7f-81cb-2ed00af90e27",
"gdl_GUID": "364a8436-6c84-4756-b54e-db87b9c0ed1b",
"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>fe7872f5-0467-4d7f-81cb-2ed00af90e27</GUID>
<LegislatorType>sample string 5</LegislatorType>
<Text>sample string 3</Text>
<gdl_GUID>364a8436-6c84-4756-b54e-db87b9c0ed1b</gdl_GUID>
</DistrictType>
<DistrictType>
<Code>sample string 4</Code>
<Default>true</Default>
<GUID>fe7872f5-0467-4d7f-81cb-2ed00af90e27</GUID>
<LegislatorType>sample string 5</LegislatorType>
<Text>sample string 3</Text>
<gdl_GUID>364a8436-6c84-4756-b54e-db87b9c0ed1b</gdl_GUID>
</DistrictType>
</ArrayOfDistrictType>