Returns all Municipalities. When parameters are specified, returns matching municipalities.
Name | Type | Description | Notes |
---|---|---|---|
hasFinancials | Boolean | Return municipalities with financials | [optional] |
governmentName | String | Return municipalities with a government name matching the given query | [optional] |
governmentType | String | Return municipalities with the given government type | [optional] |
areaName | String | Return municipalities with an area name matching the given query | [optional] |
areaType | String | Return municipalities with the given area type | [optional] |
city | String | Return municipalities in the given city | [optional] |
state | String | Return municipalities in the given state | [optional] |
zipcode | Number | Return municipalities in the given zipcode | [optional] |
populationGreaterThan | Number | Return municipalities with a population greater than the given number | [optional] |
populationLessThan | Number | Return municipalities with a population less than the given number | [optional] |
enrollmentGreaterThan | Number | Return municipalities with an enrollment greater than the given number | [optional] |
enrollmentLessThan | Number | Return municipalities with an enrollment less than the given number | [optional] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
municipalities | [Municipality] | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for Municipality |
censusId | Number | The ID for the census |
governmentName | String | The government name of the Municipality |
governmentType | String | The type of government of the Municipality |
primaryContactType | String | The primary contact type of the Municipality |
address1 | String | The first line of the address |
address2 | String | The second line of the address (i.e. suite number) |
city | String | The city in which the Municipality is located in |
state | String | The state in which the Municipality is located in |
zip | String | The zip code in which the Municipality is located in |
webSite | String | The web site of the Municipality |
population | Number | The population of the Municipality |
populationAsOfYear | Number | The year from which the population of the Municipality was measured |
enrollment | Number | The enrollment of the Municipality |
enrollmentAsOfYear | Number | The year from which the enrollment of the Municipality was measured |
areaName | String | The name of the area of the Municipality |
areaType | String | The type of area of the Municipality |
latitude | Number | The latitude of the location of the Municipality |
longitude | Number | The longitude of the location of the Municipality |