Skip to main content

Export Catalog Browse Images

POST 

/catalog/services/ImageServer/exportImage

Export Catalog Browse Images. See https://developers.arcgis.com/rest/services-reference/enterprise/export-image/. Note only the esriMosaicLockRaster mosaicRule is allowed.

Request

Body

required
    bbox string

    The bounding box for the exported image.

    bboxSR string

    The spatial reference of the bbox.

    size string

    The size (width and height) of the exported image in pixels. If size is not specified, an image with a default size of 400 x 400 will be exported.

    imageSR

    The spatial reference of the exported image.

    format string

    The format of the exported image.

    mosaicRule string

    ESRI mosaicRule JSON string. Only the esriMosaicLockRaster rule is accepted and lockRasterIds must be specified. lockRasterIds are the objectids obtained from a query call.

    f string

    The response format. Use "image" to stream the image file bytes.

Responses

200 Response

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