Skip to main content

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

Body

required
    where string

    SQL where clause statement. For filtering on "area_cloud_cover_percentage" and "area_avg_off_nadir_angle" use the geometryBasedFilters parameter.

    geometry string

    Provided input geometry in accepted format specified by "geometryType" parameter.

    outFields string

    Supports a comma-delimited list of available field names. See list of fields below. * returns all fields.

    geometryType string

    Possible value esriGeometryPoint | esriGeometryMultipoint | esriGeometryPolyline | esriGeometryPolygon | esriGeometryEnvelope

    inSR string

    The spatial reference of the input query geometry.

    outSR string

    The returned spatial reference.

    orderByFields string

    Orders results by one or multiple field names.

    resultRecordCount integer

    This parameter specifies how many records can be returned per response page.

    resultOffset integer

    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 Response

Response Headers
  • Access-Control-Allow-Origin string
  • Accept string
Schema
  • object
Loading...