file attachment API
Now that WA can save file attachments, can we get an API, similar to /photos that can retrieve the attachment by Id?
Completed in 2023, see https://gethelp.wildapricot.com/en/articles/2007-public-api-2023-updates
-
Andrew Rose commented
We made a file attachment field called "Staff Roster", Using Make, I can retrieve the Field Values By Name, Staff Roster, Value. When there's no file attachment, the value is empty. When there is a file attachment the value is a 6 digit string.
We need to retrieve the file. Basically I need to download all the staff rosters that have been attached to the members' records.
So the 6 digit value isn't sufficient to locate the file. How can I get the URL for the file that the 6 digit code refers to?
This is a show stopper for us. Please let me know.
-
David commented
Is this still in progress? I just realized I can't get attachment fields in FieldValues[].
I want to setup an alert when a user uploads an attachment to an attachment field in their profile.
-
Max Ma commented
yippee