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
  • the core functionality am trying is, i have an Approval application build using Appian,

    i need to expose all the request which is pending for approval as webApi, --- which is accomplished

    now i want to approve the Request from WebApi, Say we have an Approve and Reject link for each result in WebApi and clicking on them will do the job,

    for this i created an 2nd webApi with POST action with RequestId and IsApproved Query Parameters,

    how to call this WebApi2 from WebApi1

Children