Search found 6 matches
- Tue Jan 21, 2020 5:27 am
- Forum: Bullhorn APIs
- Topic: Filtering with datetimes does not work on JPQL queries
- Replies: 0
- Views: 2593
Filtering with datetimes does not work on JPQL queries
Hey Bullhorn support, I am encountering an incorrect behaviour from your side when filtering with datetime columns. For example, see the JSON below: { "where": "isDeleted = false AND (dateLastModified < 1464452509857)", "fields": "id,codeIdentifier,dateLastModified,description,goalPeriodId,goalTypeI...
- Wed Jan 15, 2020 12:34 pm
- Forum: Bullhorn APIs
- Topic: Cannot query from ZipCodeGis entity
- Replies: 0
- Views: 2377
Cannot query from ZipCodeGis entity
I am sending a POST request to https://rest33.bullhornstaffing.com/rest-services/xxxxx/query/ZipCodeGis with the following request body: { "where": "id is not null", "fields": "id,areaCode,city,countryID,latitude,latitudeActual,longitude,longitudeActual,state", "count": 500, "start": 0 } and the res...
- Wed Jan 15, 2020 12:14 pm
- Forum: Bullhorn APIs
- Topic: Cannot query from JobBoardPost entity
- Replies: 0
- Views: 2326
Cannot query from JobBoardPost entity
I sent a POST request to https://rest33.bullhornstaffing.com/rest-services/xxxx/query/JobBoardPost with the following JSON in the body of the request: { "where": "id is not null", "fields": "location", "count": 500, "start": 0 } The issue happens only when the field 'location' is included to fields....
- Mon Dec 16, 2019 8:57 am
- Forum: Bullhorn APIs
- Topic: Error with oauth flow - Authorisation endpoint
- Replies: 2
- Views: 2098
Re: Error with oauth flow - Authorisation endpoint
This is also happening on my case.
- Fri Dec 06, 2019 4:34 am
- Forum: Bullhorn APIs
- Topic: Help building a search URL
- Replies: 2
- Views: 5061
Re: Help building a search URL
Hi Colin, Are you sure the id:[100 TO 200] syntax will work as expected? I am trying similar queries on Candidate entity and it looks like Lucene ranges works only for string comparison, not numeric. Which means, id:[100 TO 200] will also return records with id=1500 because 1500 is between 100 and 2...
- Wed Nov 27, 2019 4:20 am
- Forum: Bullhorn APIs
- Topic: Error getting authorization code
- Replies: 8
- Views: 5070
Re: Error getting authorization code
Hi,
I can confirm the same issue as the one doubledash mentioned.
In a private/incognito window the login page is shown successfully, otherwise a 500 internal NullPointer Exception is thrown in your servers.
Is there some misconfiguration we did or is this a bug?
I can confirm the same issue as the one doubledash mentioned.
In a private/incognito window the login page is shown successfully, otherwise a 500 internal NullPointer Exception is thrown in your servers.
Is there some misconfiguration we did or is this a bug?