Class ApplicationJobFilter (1.0.2)

ApplicationJobFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filter on the job information of Application.

Attributes

NameDescription
job_requisition_id str
The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.
job_title str
The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.
negated bool
If true, the API excludes all profiles with any Application.job matching the filters.