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
  • Yes it's known defect, which I've raised in 16.2 webinar also, if we are using post method it is not showing URL, but if you use GET method it is showing the URL, when ever we are using POST we need to form the URL Manually, to get URL just change the method type as GET and copy the URL after copying, change the method type as POST. When ever we using write to data store it will take the method as POST by default.
Reply
  • Yes it's known defect, which I've raised in 16.2 webinar also, if we are using post method it is not showing URL, but if you use GET method it is showing the URL, when ever we are using POST we need to form the URL Manually, to get URL just change the method type as GET and copy the URL after copying, change the method type as POST. When ever we using write to data store it will take the method as POST by default.
Children
No Data