github bullhorn/sdk-rest 1.4.0
Preventing fields=* calls

latest releases: 2.3.11, 2.3.10, 2.3.9...
3 years ago

Adding in explicit code to prevent users from making calls and passing fields=* as the requested field set. This is still allowed for /meta calls (because the number of records returned is static), but for any calls pulling real data, passing fields=* into the SDK BullhornData object will result in a NoAllFieldsException being thrown.

You can always use a /meta API call to determine the full list of fields, and manually pass those into your BullhornData method call.

Don't miss a new sdk-rest release

NewReleases is sending notifications on new releases.