Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Call a REST API on page load or after submitting the page

BlueForest85Dec 17 2022

Hello everyone,
I'm testing things and I would like to call a REST API after page loading, or after submitting the page.
For page load case, I can use the Javascript execute when page loads part.
What about after submitting the page ?

I know Javascript libraries like Axios for instance, should I use it (getting the min file using NPM, then importing it in static application files, and then add it in the user attributes shared components page) or is there a native way to call REST API ?

Thank you !

This post has been answered by jariola on Dec 18 2022
Jump to Answer
Comments
Post Details
Added on Dec 17 2022
3 comments
1,130 views