Get a job location by jobId
Get a location of work for an exisiting job. The geometry for the job location is returned in the ArcGIS REST API geometry JSON format. Job locations are returned using the WGS 1984 Web Mercator (Auxiliary Sphere) coordinate system (spatial reference 3857). Supported geometry types are Multipoint, Polyline, and Polygon.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobs/{jobId}/location \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"geometryType": "Multipoint",
"geometry": "string"
}
Status | Meaning | Description | Schema |
---|---|---|---|
| Location of the job | ||
| error |