Welcome to Water Restrictions, your go-to source for up-to-date information on water restrictions in your area.Water Restrictions LogoWater Restrictions
EndpointsRestriction zones

Get Restriction Zone

Gets a restriction zone by its ID, including its type and aliases.

GET
/v1/restriction-zones/{restrictionZoneId}

Gets a restriction zone by its ID, including its type and aliases.

Path Parameters

restrictionZoneId*string
Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/restriction-zones/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "type": "district",  "aliases": [    "string"  ]}