Hi All,
I want to consume rest Api and also want to fetch all response or Output:
But its not Automatic create structure and output is like this :
But I need this type output:
I want to response
Thanks
Mansur
Hello,
If you go to the Test tab in that popup, you'll see an interface that allows you to invoke the API. Once you receive a response from this test invocation, you'll enable a button named "Copy to response body":
And if you click on it, it will automatically generate the Response structure you're looking for.
Thank you @Afonso Carvalho
Hello @MD Mansur
I am sharing some resources from where yo will get this in more detail,
I am attaching Images just follow the steps and you will get the desired output.
Response Structure
Please Go through these links to have a detail information on how we use Rest in OutSystems
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/REST
Also check Out the Course-
https://www.outsystems.com/training/courses/116/integrating-with-web-services/
I hope This will clear all your doubts
Tousif
Thank you @Tousif Khan