Data Types
The Halo Security API supports several types of values for filtering.
String
Begin pattern with
!to inverse the matchBegin pattern with
~to use a regular expression matchBegin pattern with
=for an exact matchUse
*for a wild card matchUse
-to match an empty value
Number
Integer:
1Range of values:
1-5Greater than a value:
>5Greater or equal to a value:
>=5Less than a value:
<5Less than or equal to value:
<=5List of values:
1,3,5Multiple selectors:
<=10,50-55,100,200
Date & Time
Date are represented in YYYY-MM-DD format.
Timestamp are represented in YYYY-MM-DD HH24:MI format using the UTC timezone.
Last updated
Was this helpful?