Kombo · Schema

GetAtsCandidatesParameterLastName

Filter candidates by last name. This filter is case-insensitive and matches the exact last 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-getatscandidatesparameterlastname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAtsCandidatesParameterLastName",
  "title": "GetAtsCandidatesParameterLastName",
  "type": "string",
  "description": "Filter candidates by last name. This filter is case-insensitive and matches the exact last name. Fuzzy matching might be enabled in the future, so consider this for your implementation."
}