Case Enforcement
Placeholder
post/case_rest_services.get_facilities_from_case
Query parameters
p_idstring required
Identifier for the service.
output'JSONP' | 'JSON' | 'XML'
Output Format Flag. Enter one of the following keywords:
- JSON = Data model formatted as Javascript Object Notation (default).
- JSONP = Data model formatted as Javascript Object Notation with Padding.
- XML = Data model formatted as Extensible Markup Language.
callbackstring
JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
Response
Results
Example response
{
"Results": {
"Results": {
"RegistryIDs": [
{
"RegistryID": "110020837601"
}
]
}
}
}