Kombo · Schema

GetAtsCandidatesParameterFirstName

Filter candidates by first name. This filter is case-insensitive and matches the exact first name. Fuzzy matching might be enabled in the future, so consider this for your implementation.

ATSEmbedded iPaaSHRISLMSPayrollUnified-API
View JSON Schema on GitHub

JSON Schema

kombo-getatscandidatesparameterfirstname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAtsCandidatesParameterFirstName",
  "title": "GetAtsCandidatesParameterFirstName",
  "type": "string",
  "description": "Filter candidates by first name. This filter is case-insensitive and matches the exact first name. Fuzzy matching might be enabled in the future, so consider this for your implementation."
}