Skip to main content
July 5, 2022
Question

How can we implement Auto Generated values using GET API method

  • July 5, 2022
  • 2 replies
  • 0 views

I have created WEB API (GET method) and I have table three values and I am requesting the data with GET request so that i want to show that four values.

If we give query parameters has three values as input after test request I want  the fourth value should be auto generated in the result. How can i do that?

    2 replies

    vimals
    July 5, 2022

    [mention:42ae3e8ab34f4ca8953d2517c079e290:e9ed411860ed4f2ba0265705b8793d05] It will be easier to assist if you could provide more context on what you are trying to do.

    Here is a link to Web API Tutorial - docs.appian.com/.../Web_API_Tutorial.html

    July 6, 2022

    HI, I have created a relational database where customer id is foreign key. In query parameter i gave customer id as1 and customer policy number as 2013 it should automatically generate incident as result. how can i do that.