How to get jobs by jobid field instead of id

General discussion

When I query job details from the endpoint:
https://api.icims.com/customers/{customerId}/jobs/{jobId}

I can include the "jobid" field, which contains a value such as "2016-1409". Is there any way to obtain job details (or search jobs) by using the jobid instead of just the id? I tried using the search endpoint specifying job.jobid as a filter, but that just gives me an error:

"The following filter is either not valid or hidden: job.jobid"

Thanks!