- URL:
- https://<attachmentinfos-url>/<attachmentId>
- Methods:
GET
- Required Capability:
- Query
- Version Introduced:
- 10.0
Description
The attachment
resource represents an individual attachment associated with a feature. This resource is available only if the layer has advertised that it has attachments. A layer has attachments if its has
property is true
.
The content of the attachment is streamed to the client. If the attachment is not found, an HTTP status code of 404 (Not found) is returned.
Request parameters
Parameter | Details |
---|---|
| The geodatabase version to query. This parameter applies only if the If this is not specified, the query will apply to the published map's version. Syntax: Example: |
| An integer value that describes the width to resize an attachment image to when returned with the attachment resource. The resizing maintains the aspect ratio and is only applied to attachment images. Images cannot be made larger that the stored image by setting a larger Example
|
Example usage
Example 1
Example 1: Retrieve attachment (with ID=1) of a feature whose objectID is 818654.
https
Example 2
Example 2: Retrieve attachment from an alternate SDE version.
https
Example 3
Example 3: Retrieve an attachment image in a specified size.
https