Search for all records that don't have a value for a specific field
POST - https://ris.rightsline.com/v4/right/search
{
"query": {
"$not": [
{
"$range": [
"end_date",
"*",
"*"
]
}
]
}
}Last updated
Was this helpful?

