Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Get feature attachment #250

Closed DShokes closed 8 years ago

DShokes commented 8 years ago

ArcRest or ArcRestHelper

ArcREST

Version or date of download

5/20

Bug or Enhancement

Enhancement

Repo Steps or Enhancement details

The FeatureLayer Object has functions from adding, updating, and delete attachments from a single feature by referencing the objectid. A function to get an attachment would be great for transferring attachments from one feature to another.

achapkowski commented 8 years ago

@DShokes - check out the function addAttachments, deleteAttachments, updateAttachements, and listAttachments on a FeatureLayer object.

DShokes commented 8 years ago

@achapkowski does listAttachments return the actual file? It looks like it's only the dictionary description.