Not able to see endpoint URL for Web API developed in Appian 16.2. Is it somethi

Not able to see endpoint URL for Web API developed in Appian 16.2. Is it something defect or disabled in 16.2? I do see URL for enpoints if Web API created before 16.1.. Any suggestion?

OriginalPostID-216923

OriginalPostID-216923

  Discussion posts and replies are publicly visible

Parents
  • @Saravanan, this is an issue with authentication. If you run it through a REST client that supports preemptive authentication, the POST calls will work. The API only supports global authentication when using GET. The below snippet is the setting in SOAP-UI. The highlighted field would have need to be set for testing POST requests to Appian.

    Also the endpoint, although it does not show for methods other than GET, is simply your key appended to /suite/webapi/
Reply
  • @Saravanan, this is an issue with authentication. If you run it through a REST client that supports preemptive authentication, the POST calls will work. The API only supports global authentication when using GET. The below snippet is the setting in SOAP-UI. The highlighted field would have need to be set for testing POST requests to Appian.

    Also the endpoint, although it does not show for methods other than GET, is simply your key appended to /suite/webapi/
Children
No Data