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

Get few records from workday report

Shubhamjain27
New Contributor III
New Contributor III

Hi Everyone,

We have a Workday report which gets 10k data but for testing purpose we need only 10-15 records.

Is it possible to add filter in the connector?

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

 

  • If you're using a REST API connector, you can often pass query parameters to the API endpoint to filter the data. These parameters typically include fields like filter, where, limit, offset, etc.
  • For example, you might construct a query like /api/reports?filter=created_date>=2022-01-01&limit=15 to retrieve only records created after a certain date with a limit of 15 records.

 


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

Shubhamjain27
New Contributor III
New Contributor III

We are using Raas connector

In this case ask customer to create another test report


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