- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 02:24 AM - edited 05-19-2023 05:32 AM
Hi All,
We are looking at integrating with Vendor Risk Management to pull information about vendors on the platform and assessments for the vendors programmatically. I'm unable to find any APIs in the documents to fetch the related data. Can anyone please direct me to the right place or provide any related information?
Thanks,
Ananth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2023 08:56 AM - edited 06-01-2023 08:57 AM
@ananth-ah , There is so much data spread in many tables related to VRM so I recommend determining what you need to pull from VRM and then designing a database view to put this data in one place. After you've generated a DB view, you can use the DB view via table API.
here is how you can create DB view
you can learn here about table api
Please mark my answer as Correct / Helpful based on the Impact
Community Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2023 08:56 AM - edited 06-01-2023 08:57 AM
@ananth-ah , There is so much data spread in many tables related to VRM so I recommend determining what you need to pull from VRM and then designing a database view to put this data in one place. After you've generated a DB view, you can use the DB view via table API.
here is how you can create DB view
you can learn here about table api
Please mark my answer as Correct / Helpful based on the Impact
Community Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 05:49 AM
Thanks very much for the inputs @Ahmed Drar ! Its helpful. As you've mentioned there are lot of tables, next step is to identify the right ones needed for our purpose. Thanks again!