Vendor Risk Management - APIs

ananth-ah
Tera Contributor

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

1 ACCEPTED SOLUTION

Ahmed Drar
Tera Guru
Tera Guru

@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

https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/use/reporting/concept/c_D...

 

you can learn here about table api

https://docs.servicenow.com/bundle/utah-api-reference/page/integrate/inbound-rest/concept/c_TableAPI...

 

Please mark my answer as Correct / Helpful based on the Impact

Community Rising Star 2023

View solution in original post

2 REPLIES 2

Ahmed Drar
Tera Guru
Tera Guru

@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

https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/use/reporting/concept/c_D...

 

you can learn here about table api

https://docs.servicenow.com/bundle/utah-api-reference/page/integrate/inbound-rest/concept/c_TableAPI...

 

Please mark my answer as Correct / Helpful based on the Impact

Community Rising Star 2023

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!