- URL:https://<LinearReferencingService-url>setCalibrationConfiguration
- Version Introduced:10.9.1
Description
License:
The ArcGIS Location Referencing license is required to use this resource.
This operation sets a configuration into the LRS dataset for the signed in ArcGIS Enterprise portal user.
Event behaviors are applied for manual calibration point edits if calibration configuration is set to include. Anonymous user is not supported. Any subsequent manual calibration edit will use the set configuration.
Learn more about excluding manual calibration from event behaviors in Pipeline Referencing or about excluding manual calibration from event behaviors in Roads and Highways.
Request parameters
Parameter | Details |
---|---|
f | Optional parameter to specify the response format. The default response format is html. Values: html | json |
calibrationConfiguration | Required parameter to specify the calibration configuration. Values: include | exclude |
Example usage
URL to set the current calibration configuration.
https://sampleserver/arcgis/rest/services/MyLRS/MapServer/exts/LRServer/setCalibrationConfiguration?calibrationConfiguration=include&f=pjson
JSON Response syntax
{
"success": "<true | false>"
}
JSON Response example
{
"success": true
}