Query/Search File Attachments
Moderators: StaffingSupport, s.emmons, BullhornSupport
Query/Search File Attachments
Are there ways to query or search entity file attachments?
-
- User
- Posts: 46
- Joined: Mon Aug 15, 2016 9:57 am
Re: Query/Search File Attachments
Hi henryzhao,
You are able to use GET /entityFiles to retrieve files associated with a particular record. More information can be found here: http://bullhorn.github.io/rest-api-docs/index.html#file
You can also use an entity search to find records by file attachment descriptions like this:
That will return candidates that have "Manager" and "IT" in the description.
You are able to use GET /entityFiles to retrieve files associated with a particular record. More information can be found here: http://bullhorn.github.io/rest-api-docs/index.html#file
You can also use an entity search to find records by file attachment descriptions like this:
Code: Select all
/search/Candidate?query=fileAttachments.description:(+Manager +IT)
Dan Johnson
Tier 2 / Enterprise Support
Bullhorn Support US: 617-478-9126
Bullhorn Support UK: 44 800 032 2848
Bullhorn Support Australia: 61 28 073 5089
Bullhorn Support International: 617-478-9131
Tier 2 / Enterprise Support
Bullhorn Support US: 617-478-9126
Bullhorn Support UK: 44 800 032 2848
Bullhorn Support Australia: 61 28 073 5089
Bullhorn Support International: 617-478-9131