Kombo · Schema

GetAtsApplicationsParameterOutcome

**(⚠️ Deprecated - Use the `outcomes` filter instead.)** Filter applications by outcome. This allows you to get applications that are for example `PENDING`, `HIRED`, or `DECLINED`.

ATSEmbedded iPaaSHRISLMSPayrollUnified API
View JSON Schema on GitHub

JSON Schema

kombo-getatsapplicationsparameteroutcome-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAtsApplicationsParameterOutcome",
  "title": "GetAtsApplicationsParameterOutcome",
  "type": "string",
  "enum": [
    "PENDING",
    "HIRED",
    "DECLINED"
  ],
  "description": "**(\u26a0\ufe0f Deprecated - Use the `outcomes` filter instead.)** Filter applications by outcome. This allows you to get applications that are for example `PENDING`, `HIRED`, or `DECLINED`."
}