Query Catalog for Mosaic Product Cutlines.
POST/catalog/services/mosaic_product/MapServer/1/query
Query Catalog for Mosaic Product Cutlines. See https://developers.arcgis.com/rest/services-reference/enterprise/query-image-service/.
Request
- application/x-www-form-urlencoded
Body
required
SQL where clause statement. For filtering on "area_cloud_cover_percentage" and "area_avg_off_nadir_angle" use the geometryBasedFilters parameter.
Provided input geometry in accepted format specified by "geometryType" parameter.
Supports a comma-delimited list of available field names. See list of fields below. * returns all fields.
Possible value esriGeometryPoint | esriGeometryMultipoint | esriGeometryPolyline | esriGeometryPolygon | esriGeometryEnvelope
The spatial reference of the input query geometry.
The returned spatial reference.
Orders results by one or multiple field names.
This parameter specifies how many records can be returned per response page.
This number indicates what record to return results from. This is useful for pagination. For example if your resultRecordCount is 10 and your resultOffset is set at 10 then you'll be returned records from 10-20.
Responses
- 200
- 400
- 500
200 Response
Response Headers
Access-Control-Allow-Origin string
Accept string
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
400 Response
Response Headers
Access-Control-Allow-Origin string
- application/json
- Schema
- Example (from schema)
Schema
User-friendly error message
{
"message": "string"
}
The request could not be handled by the server.
Response Headers
Access-Control-Allow-Origin string
- application/json
- Schema
- Example (from schema)
Schema
{
"code": "string",
"description": "string"
}