Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Can we add new row to dataset using API

rahul_p
Regular Contributor II
Regular Contributor II

Hello,

We have requirement to get some details from third party application and then if the record is present then we have to update that in dataset ( this is possible using existing API ) but if record is not present then we have to add new row to dataset(for this operation not able to locate dataset API).

Is this possible to add new row to dataset using API?

 

Please comment

Regards,

Rahul

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

You can try updateDataset https://documenter.getpostman.com/view/23973797/2s9Ykhh4VH#38f22b80-e5e3-4233-b526-20247707bbdb

if dataset value exists it will update else it should create.

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

rahul_p
Regular Contributor II
Regular Contributor II

Hello @rushikeshvartak ,

updateDataset is to update dataset metadata values like dataset display name, description or owner.

Its not updating/adding values in dataset. 

updateDatasetValues is to only update existing record of dataset as its having mandatory parameter as "updateattributes" where we need to specify the updated values of record need to update.

Regards,

Rahul 

 

Then API is not available 

You can raise the enhancement in ideas portal
https://ideas.saviynt.com/ideas/


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

adarshk
Saviynt Employee
Saviynt Employee

Currently Saviynt only allows to update the dataset through API. Adding new entries/rows through API is not supported. 

Thanks,
Adarsh