Web Service Endpoint API URL Date Filter

I am connecting to a web service endpoint (UltiPro Core).

The documentation (Employee-export-api | UKG Pro Connector Hub) provides an example of how to add the date filter.
The example explicitly states the dates you want in the URL.

Is there a way update the API URL to return results only for the last 3 months. The requirement is to return all active users and users termed in the last 6 months.

As a workaround we are currently using the out of the box filter for terms in a specific year. But that has to updated every year and contains a lot of termed users.

FJ

The target source (UltiPro) doesn’t appear to have a way to specify 3 months ago. It looks like you can only provide specific dates. It’s likely that you will need to create a before operation rule to calculate the date 3 months ago and insert that date into the URL before the request is made. Web Services Before Operation Rule