Hi All,
I am integrating Bullhorn (REST) with my php website to display some data of JobOrder and JobSubmission entities.
I have successfully generated required keys and I get the data set of JobOrder entity.
But some of the data arrays (inner level data arrays) in the data set are empty (submissions,appointments,interviews,etc).
[submissions] => Array
(
[total] => 28
[data] => Array
(
)
)
When I tired to filter JobSubmission entity by status, again it returns an empty data array.
"search/JobSubmission?BhRestToken=xxxx&query=status:No Match&count=100&start=0&fields=*"
{
"total" : 0,
"start" : 0,
"count" : 0,
"data" : [ ]
}
How can I get the count of JobSubmissions where status = No Match ?
Thank You,
Lucky
Empty data array for submissions in JobOrder entity
Moderators: StaffingSupport, s.emmons, BullhornSupport