How to use the Bulk Endpoint to Archive multiple records based on the Filter

How to use the Bulk Endpoint to Archive multiple records based on the Filter. I was able to Archive 1 record at a time. Is the only way to use the bulk endpoint is to have multiple jobs posted to the bulk endpoint?

It should work. But the job has a property “expectedCount” that is like a guard. If you ahve more than one items that match to your query you should get an exception / error.

1 Like

I will give that a try and let you know what happens

It worked successfully, thank you for your help on this

1 Like

Hey @Sebastian, I just went through some of the data and I found that I don’t think the filter is working. I tried the FullText and did “data/PropertyId/iv eq ‘fullId’” and it did not work. What is the proper way to get the filter to work properly? It is taking the first 200 records and archiving them and is ignoring the filter. I am from XpertHR

I don’t know your data. What do you mean with “it does not work”?