Hello @AmeyGa ,
I ran into this same issue before and found a solution that might help! When you set includeType to ‘all’, the curatedRsid filter doesn’t actually apply, which is why you’re seeing the same number of records no matter what value you put for curatedRsid
To make the curatedRsid filter work, try setting includeType to ‘curatedItem’ instead of all. This makes curatedRsid mandatory, so the API will filter the data according to the curatedRsid value you provide.
Once you do this, you should see different results based on the curatedRsid you’re using.
Hope this helps! Let me know if it works for you or if you’re still having trouble.