JobOrder Search - sort on publishedCategory

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, pmularski, BullhornSupport, StaffingSupport, pmularski, BullhornSupport

Post Reply
amber4422
User
Posts: 1
Joined: Mon Jul 04, 2022 11:38 am

JobOrder Search - sort on publishedCategory

Post by amber4422 »

Hello,

For our client we're building a custom jobboard integration on their website (React). For the jobs listing I need the data to be sorted by the category (all jobs are grouped per category) but if I add 'publishedCategory' as the sort value, I get the following error:
`{
"errorMessage": "Bad sort: unknown field publishedCategory.",
"errorCode": 400
}`

Is there a way to sort the data on this value in a different way maybe? I know I could sort the data structure after our API returns the data, but with pagination that is not gonna work.

Let me know if you need any more information.
Post Reply