Skip to main content
udhayak0001
Inspiring
June 2, 2021
Solved

sending multiple appian documents to external system through web api call

  • June 2, 2021
  • 2 replies
  • 0 views

is there any way to send multiple appian documents to external system. currently im using download document Web API its allowing me to send only one document . i tried passing multiple documets but its simply taking the first document and ignoring others anyone can help me pls

    Best answer by danny.verb

    As of right now Appian Web APIs only allow for downloading one document at a time. You will need to call the API for each document you wish to upload

    2 replies

    danny.verb
    June 3, 2021

    As of right now Appian Web APIs only allow for downloading one document at a time. You will need to call the API for each document you wish to upload

    udhayak0001
    Inspiring
    June 3, 2021

    thanks for your response