Skip to main content
December 11, 2022
Question

WebAPI get and put documents

  • December 11, 2022
  • 4 replies
  • 0 views

Hi, I have a requirement to upload the documents from knowledge center to external system using webAPI.  For this requirement should I be using get web API or put Web API?

Also do we need to use integration object to use webAPI for this requirement?

Thanks

    4 replies

    stefanhelzle0001
    Brainy
    December 11, 2022

    When the OTHER system provides an API that your call FROM Appian, then you use a Connected System and an Integration.

    rupaa0642Author
    December 13, 2022

    Thank you

    December 12, 2022

    Since we have to upload the documents from our knowledge center to external system, API will be provided by the external system and we need to use Connected System and Integration of POST type to send the document.

    rupaa0642Author
    December 13, 2022

    Thank you