26
Views
7
Comments
Solved
Passing Input from screen to rest API and consuming output from rest API
Question

I am trying to consume a rest API, for that I have to populate different input from my screen to rest API. How can I pass same to rest API. Also how will I consume the output received from Rest API and display on my screen

2019-11-11 17-10-24
Manish Jawla
 
MVP
Solution

Hi Shraddha,

Please go through the below tutorial and you will find all the answers related to API integration.

https://www.outsystems.com/training/courses/116/integrating-with-web-services/ 

Please find the attached oml as well for reference from this tutorial. 

Regards,

Manish Jawla

RESTContacts.oml
UserImage.jpg
Shraddha Gupta

thanks much Manish, I was able to implement after watching trining

2019-11-11 17-10-24
Manish Jawla
 
MVP

Your welcome, Glad to help you.

Regards,

Manish Jawla

2021-01-19 14-07-32
Tom Zhao
Solution

Hi 

In addition to Manish's reply. Please also refer to this document,

Kind regards,

UserImage.jpg
Shraddha Gupta

thanks much Tom

2021-04-17 09-53-48
José Gonçalves

If the API is already created you can call it in your screen passing the inputs to the API.

To display the output received you just need to read it from the API.

2019-11-11 17-10-24
Manish Jawla
 
MVP
Solution

Hi Shraddha,

Please go through the below tutorial and you will find all the answers related to API integration.

https://www.outsystems.com/training/courses/116/integrating-with-web-services/ 

Please find the attached oml as well for reference from this tutorial. 

Regards,

Manish Jawla

RESTContacts.oml
UserImage.jpg
Shraddha Gupta

thanks much Manish, I was able to implement after watching trining

2019-11-11 17-10-24
Manish Jawla
 
MVP

Your welcome, Glad to help you.

Regards,

Manish Jawla

2021-01-19 14-07-32
Tom Zhao
Solution

Hi 

In addition to Manish's reply. Please also refer to this document,

Kind regards,

UserImage.jpg
Shraddha Gupta

thanks much Tom

2021-04-17 09-53-48
José Gonçalves

Hi Shradda,

if you're happy with the information offered, please mark the right post as the Solution.

Best regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.