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
- application/x-www-form-urlencoded
Body
required
The bounding box for the exported image.
The spatial reference of the bbox.
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.
The spatial reference of the exported image.
The format of the exported image.
ESRI mosaicRule JSON string. Only the esriMosaicLockRaster
rule is accepted and lockRasterIds
must be specified. lockRasterIds
are the objectids
obtained from a query call.
The response format. Use "image" to stream the image file bytes.
Responses
- 200
- 400
- 500
200 Response
Response Headers
Access-Control-Allow-Origin string
Accept string
- image/png
- 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"
}