I need to get the cases filed by process id that are only within a date range (start date and end date). The problem is that I try to use the filters but it ignores them. {{base_url}}/bonita/API/bpm/archivedCase?p=0&c=10&f=processId={{process_id}}&f=archiveDate%3E={{startdate}}&f=archiveDate%3C={{enddate}}&o =archiveDate%20DESC
Can somebody help me? Thanks