calling a webApi inside another webApi

Hi All,

is it possible that, i can call a WebApi inside another,

like i have 2 webApi , WebApi1 and WebApi2

Hit an button or link inside WebApi1 which will call the WebApi2 

is this doable

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • I think there's some confusion here as to what you're trying to do. Both WebAPIs should be called by a 3rd Party system. That's why you even create a WebAPI in the first place - so that an external system can consume them. It would be the external system's responsibility to deliver the "glue" that joins these WebServices together. 

    If you're wanting to deliver a solution that is entirely contained within Appian then you do not need to use WebAPIs! That's an incorrect design.

Children