Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Get few records from workday report

Shubhamjain27
Regular Contributor II
Regular Contributor II

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Shubhamjain27
Regular Contributor II
Regular Contributor II

We are using Raas connector

In this case ask customer to create another test report


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.