Filtering

Some fields can be used as GET parameters to filter list results. Most string fields support wildcard filtering

Certain integer fields accept arrays for multiple values. You can verify supported filters in the MRPeasy interface - if a filter allows selecting multiple values (as with most status filters), the API supports arrays for that field.

?status[]=10&status[]=20