You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open311 standard says that if a service object in services.json has "metadata":true the service definition should be available in URL https://[API endpoint]/services/[service_code].[format]. http://wiki.open311.org/GeoReport_v2/#get-service-definition
Open311 standard says that if a service object in services.json has
"metadata":true
the service definition should be available in URL https://[API endpoint]/services/[service_code].[format].http://wiki.open311.org/GeoReport_v2/#get-service-definition
Example:
http://test311api.cityofchicago.org/open311/v2/services/4ffa4c69601827691b000018.json
However, current implementation returns HTTP 404 even when
"metadata":true
.The text was updated successfully, but these errors were encountered: