Kombo · Schema

GetHrisAbsencesParameterIgnoreUnsupportedFilters

When set to `true`, filters targeting fields not supported by this integration will be ignored instead of filtering out all results.

ATSEmbedded iPaaSHRISLMSPayrollUnified API
View JSON Schema on GitHub

JSON Schema

kombo-gethrisabsencesparameterignoreunsupportedfilters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetHrisAbsencesParameterIgnoreUnsupportedFilters",
  "title": "GetHrisAbsencesParameterIgnoreUnsupportedFilters",
  "type": "string",
  "enum": [
    "true",
    "false"
  ],
  "default": "false",
  "description": "When set to `true`, filters targeting fields not supported by this integration will be ignored instead of filtering out all results."
}