CandidateAttachments
Query candidate attachments.
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 CandidateAttachments WHERE CandidateId = 32125175117;
Columns
Name | Type | Operators | Description |
CandidateId [KEY] | Int64 | = | Candidate ID. |
Index [KEY] | Int64 | Autoincremental column. | |
Filename | String | Name of the file. | |
URL | String | Url of the attachment. | |
Type | String | One of: resume, cover_letter, offer_packet, offer_letter, take_home_test, other. | |
CreatedAt | Datetime | The timestamp when the attachment was created. |