I'm trying to use Search to get all notes (regardless of associated entity.)
My query looks like this:
https://rest99.bullhornstaffing.com/res ... ken=XXXXXX
This always returns no records but I know, from looking at the NoteEntitiy entities, that Notes exist.
Any ideas how I can get all notes in the system?
-Jeff
Search Returns 0 Notes.
Moderators: StaffingSupport, s.emmons, BullhornSupport
Re: Search Returns 0 Notes.
Figured this one out myself. Had to use "dateLastModified:[* TO *]" for my query instead of "isDeleted:0"