Core APIs
List

Filter JSON Objects from a JSON List

2min
filters the matched json objects and returns a json object list with only the once that matched the criteria processing rule possible values description default match type text/date/number filter rules/matches are processed based on the given types text match operator the match comparison rule is different match type for match type\ text equals exact match contains contains matches the match pattern anywhere within key does not contain matches if the match pattern is not present within the key is null matches if the key is not present or has an empty string or value is null is not null matches if the key is present for match type date equals exact match equals greater than matches if the date in key is greater than date in match lesser than matches if the date in key is lesser than date in match greater than equals matches if the date in key is greater than or equal to date in match lesser than equals matches if the date in key is lesser than or equal to date in match for match type number equals exact match equals greater than matches if the number in key is greater than number in match lesser than matches if the numbert in key is lesser than number in match greater than equals matches if the number in key is lesser than or equal to number in match lesser than euals matches if the number in key is lesser than or equal to number in match api definition