Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Retrieving Records

Filtering

Pass a URL-encoded JSON object in the filter query parameter. Conditions in one object are combined with AND. Arrays match any listed value.

json
{
  "custom_review_date": "Next Month",
  "custom_reference": "^CX-",
  "custom_region": [
    "EMEA",
    "APAC"
  ]
}

Prefix text with ^ for "starts with". Use dot notation for associated records, such as project.deadline. Custom-field keys in these examples are illustrative.