Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-08-19 01:39 PM - edited 2024-08-19 01:41 PM
My team is building a backup of the attachments that are hosted in Archer. However, we're not having much success in gathering the source of the Attachment (Record Tracking_ID or similar).
Are there any handy calls (or guides) that will give more context as to where an attachment is coming from?
r = requests.get(url = base_url+"/api/core/content/attachment/"+str(attachment_id), headers=header)
2024-08-19 02:41 PM
@ftopping grabbing just the attachment itself will not return any metadata about the record the attachment is linked two.
Take a look at this utility, Download attachments and images using Archer Report, Archer API and PowerShell script - Archer Community - 685107 (archerirm.community)
Advisory Consultant
2024-08-19 02:41 PM
@ftopping grabbing just the attachment itself will not return any metadata about the record the attachment is linked two.
Take a look at this utility, Download attachments and images using Archer Report, Archer API and PowerShell script - Archer Community - 685107 (archerirm.community)
Advisory Consultant