Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
We are sending a single document in web API earlier in the response body like
Now I want to send three documents in the same body.
1. PDF
2 JPG
3 JPG
How can we sent it?
Discussion posts and replies are publicly visible
If the API supports multipart/form-data, then yes
Thank you, but I'm asking for web API object
I am confused. A web API cannot send any data, it can only respond to a call from external.
But back to topic. I think your ask has been discussed here recently. And AFAIK a web API can only accept one file at a time. This can be a ZIP that contains multiple files.
Okay Thanks