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

How to determine how a request was made

tmschiller
New Contributor III
New Contributor III

Is there a way to determine, either through the UI or from an analytic, to determine how a request was actually made (from the UI, from a bulk request, from the API, etc)?

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

select distinct requestorigin from ars_requests

rushikeshvartak_0-1712254852198.png

Purpose REQUESTORIGIN

Bulk RequestBULK_REQUEST
Ui RequestUI
API / UI Request WEBSERVICE

 


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

dgandhi
All-Star
All-Star

You can retrieve this information from UI or DB.

1. Request History

dgandhi_0-1712275281267.png

 

2. Database , query below table

dgandhi_1-1712275315177.png

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.