v1

latestOpenAPI 3.0.22026-07-14141623.7 KB

The settings for all organizations of the system. Must have admin access.

get/settings/organizations

Response

OK

countyNamestring

the county name (must match FIPS name)

descriptionstring required

the displayable description of the organization

jurisdiction'National' | 'State' | 'County' required
namestring required

the unique id for the organization

stateCodestring

the two letter code for the organization

Example response

[
  {
    "countyName": "Pima",
    "description": "Arizona PHD",
    "meta": {
      "createdBy": "jj@phd.gov",
      "version": 11
    },
    "name": "az-phd",
    "stateCode": "AZ"
  }
]