EXTRACT DATA THROUGH API AND MAKE THE CONTENT DISPLAY ON UI BUILDER PORTAL

PraveenaMali
Tera Contributor

Hi Team,

 

Please guide me on how to extract data through external API without storing the data in staging table and make the list of records display on portal and perform filters through external API as well.

 

Regards,

Praveena Mali

2 REPLIES 2

Mongkoll
Tera Contributor

Extracting data directly through an external API without staging is a straightforward process that can definitely streamline your workflow. You can achieve this by making asynchronous API calls and rendering the data directly on your portal, giving you confidence in the accuracy and timeliness of your data.


API Integration: Use a suitable library in your frontend code to fetch the data directly from the API.

akoizalka89
Mega Contributor

Extracting data through an API and displaying it on a UI builder portal sounds like a cool project. I’ve dabbled a bit in this area, and honestly, it can be pretty straightforward once you get the hang of it. First, you’ll want to familiarize yourself with the API documentation; that’s key. It’ll give you insights into the endpoints you need to hit and how to format your requests.

 

When you get your data, think about how you want to present it on your UI. You can sort or filter the info to make it more user-friendly. For verification, you can look into using kyc verification. It's a great way to keep things secure while ensuring the data you pull is reliable.


If you run into any bumps along the way, don’t hesitate to reach out.