Get Calibration Configuration

URL:
https://<LinearReferencingService-url>getCalibrationConfiguration
Methods:
GET
Required Capability:
The ArcGIS Location Referencing license is required to use this resource.
Version Introduced:
10.9.1

Description

This operation retrieves the calibration configuration from 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.

If setCalibrationConfiguration hasn't been called before calling this operation, the default value returned is include.

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

ParameterDetails

f

(Optional)

Specifies the response format. The default response format is html.

Values: html | json | pjson

Example usage

URL to retrieve the current calibration configuration.

Use dark colors for code blocksCopy
1
https://sampleserver/arcgis/rest/services/MyLRS/MapServer/exts/LRServer/getCalibrationConfiguration

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
 "calibrationConfiguration": "<calibrationConfiguration>" // one of include and exclude
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
 "calibrationConfiguration": "include"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.