Objective:
- Filter Returned Matter information based on Status Date
Environment:
- Clio's API v4
Additional Information:
- Further information on the parameters for the Matter Endpoint can be found here - https://app.clio.com/api/v4/documentation#operation/Matter#index
Procedure:
An example request where you only want the Matters within specific Open Dates would be as follows:
app.clio.com/api/v4/matters?fields=&open_date[]=>YYYY-MM-DD&open_date[]=<YYYY-MM-DD
When using the date parameters, make sure to include the square brackets after the date parameter but before the operators.