How to download Physical attachment files for vendors?

I'm archiving data from Financial Edge NXT via the SKY API and need to download Physical attachment
files for vendors and invoices.

The vendor attachments list endpoint works fine:
GET /accountspayable/v1/vendors/{vendor_id}/attachments
But Physical attachments always return "url": "" (empty). Link attachments return a URL, so those are
fine.

I've also tried:

  • GET /accountspayable/v1/vendors/{id}/attachments/{attachment_id} → 404
  • GET /accountspayable/v1/vendors/{id}/attachments/{attachment_id}/download → 404
  • GET /accountspayable/v1/invoices/{id}/attachments → 404

Is there an endpoint to retrieve a download URL (pre-signed Azure blob URL) for existing Physical
attachments in the AP module? I've seen references in the community to URLs with auth burned into the
querystring — is that only for newly created attachments via the upload flow, or can it be retrieved
for existing ones too?

Answers

Categories