Placement query by empty customText

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, pmularski, BullhornSupport

Post Reply
mverhave
User
Posts: 2
Joined: Thu Dec 10, 2020 9:53 am

Placement query by empty customText

Post by mverhave »

Hello team,

We need to retrieve assignment data from Bullhorn when the status is 'Start onboarding' and customText17 is empty. First criteria is going fine, but for the empty customText17 it seems not to work. I tried customText='' and customText17 IS NULL, both not working. Also tried some other cases, but those are less relevant to mention now.

Can you help me to find the right where-clause for this query? Below an example of what I tried. But the result is empty (no elements in data container).

https://rest23.bullhornstaffing.com/res ... tus='Start onboarding' AND customText17 IS EMPTY

https://rest23.bullhornstaffing.com/res ... tus='Start onboarding' AND customText17 IS NULL

https://rest23.bullhornstaffing.com/res ... tus='Start onboarding' AND customText17 = ''

Attached screenshot the result of when the customText17 part of the where-clause is not in the query.

The main question is: how to query on empty/blank customText's?

Hope to hear from you shortly.

Regards,
Martine Verhave
Attachments
image.png
image.png (9.88 KiB) Viewed 79083 times
Post Reply