BookmarkSubscribeRSS Feed
EyalGonen
Barite | Level 11

Does anyone know if there is an option in the SVI SDK https://developer.sas.com/sdk/vi/apiDocs/index.html that allows to access the document history as is possible with this API https://developer.sas.com/rest-apis/svi-datahub/getVersionHistoryDocument ?

3 REPLIES 3
KenJackson
SAS Employee

Hi,

 

You can use the SVI SDK Http Client to call the API you've mentioned: https://developer.sas.com/sdk/vi/apiDocs/interfaces/http.HttpApi.html

 

The SVI SDK doesn't provide "wrappers" for every REST API function.

 

Thanks,

Ken

 

 

EyalGonen
Barite | Level 11

Hi @KenJackson 

 

It found a "wrapper" named @sassoftware/vi-api/svi-datahub that might do what I need but it seems to be undocumented. Is this intentional? Can I find this wrapper's doc anywhere?

susantrueman
SAS Employee

Hello, 

 

I think this may relate to the question (and answers) here: https://communities.sas.com/t5/Fraud-AML-and-Security/What-is-the-StoredObjectDTO-object-in-SVI-SDK/... 

Thanks

Susan