We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The division field in the Lead entity should be a string not JSON array (according to documentation and SDK)
REST API docs: http://bullhorn.github.io/rest-api-docs/entityref.html#lead SDK type:
sdk-rest/src/main/java/com/bullhornsdk/data/model/entity/core/standard/Lead.java
Line 93 in 5f8886e
Call:
https://rest42.bullhornstaffing.com/rest-services/XXXX/query/Lead?fields=owner(id),occupation,role,companyName,source,salary,type,dateAdded,division,dateLastModified,isDeleted,numEmployees,id,referredByPerson(id),email,salaryLow,leadSource,customText19,clientCorporation(id),priority,phone,campaignSource,name,reportToPerson(id),status&orderBy=id&start=0&count=500&where=(dateAdded%20%3E%3D%20%272022-01-01T00%3A00%3A00.000%2B00%3A00%27)%20AND%20(dateAdded%20%3C%3D%20%272099-01-01T00%3A00%3A00.000%2B00%3A00%27)&showTotalMatched=true&BhRestToken=XXX
Response:
Cannot deserialize instance of java.lang.String out of START_ARRAY token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The division field in the Lead entity should be a string not JSON array (according to documentation and SDK)
REST API docs: http://bullhorn.github.io/rest-api-docs/entityref.html#lead
SDK type:
sdk-rest/src/main/java/com/bullhornsdk/data/model/entity/core/standard/Lead.java
Line 93 in 5f8886e
Call:
https://rest42.bullhornstaffing.com/rest-services/XXXX/query/Lead?fields=owner(id),occupation,role,companyName,source,salary,type,dateAdded,division,dateLastModified,isDeleted,numEmployees,id,referredByPerson(id),email,salaryLow,leadSource,customText19,clientCorporation(id),priority,phone,campaignSource,name,reportToPerson(id),status&orderBy=id&start=0&count=500&where=(dateAdded%20%3E%3D%20%272022-01-01T00%3A00%3A00.000%2B00%3A00%27)%20AND%20(dateAdded%20%3C%3D%20%272099-01-01T00%3A00%3A00.000%2B00%3A00%27)&showTotalMatched=true&BhRestToken=XXX
Response:
Cannot deserialize instance of java.lang.String out of START_ARRAY token
The text was updated successfully, but these errors were encountered: