ApplicationJobs
Query the jobs that candidates have applied for.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM ApplicationJobs WHERE JobId = 5135757007;
Columns
Name | Type | Operators | Description |
ApplicationId [KEY] | Int64 | = | Application ID |
JobId [KEY] | Int64 | = | ID of the job the candidate applied for. |
JobName | String | Name of the job the candidate applied for. |