Query Catalog for Mosaic Products
POST/catalog/services/mosaic_product/MapServer/2/query
Query Catalog for Mosaic Products. 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.
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"
}