Given a ClientCorporation ID, I'd like to get the ClientCorporation info and the related JobOrders for that ClientCorporation in a single query. However, it appears from the docs and from my experimentation that neither 'query' nor 'entity' requests for a ClientCorporation will accept 'jobOrders' in the fields, and '*' doesn't include JobOrders either.
Is there any way to do this in one pass, or do we have to do two queries (one for the ClientCorporation info and a second for JobOrder where clientCorporation.id = X) ?
get jobOrders through client corporation - 02242204
Moderators: StaffingSupport, s.emmons, BullhornSupport