Skip to Content
0
Former Member
Feb 09, 2016 at 04:03 PM

OData API multi language JobRequisition

310 Views

Hi Folks,


I'm currently facing an issue regarding job requisitions with multiple translations.

My goal is to read the information inside a job requisition for different languages.

I need the information in separated fields for a further processing.

A call to "odata/v2/JobRequisition('1234')" responds with the information I need - but only for the default language...

If I call "odata/v2/JobRequisition(1234L)/jobReqLocale" I get the values for multiple languages, but the API only responds with merged fields like "externalJobDescription, extJobDescHeader etc."

All custom fields and multi value fields are missing.

I tried also a call to "odata/v2/JobRequisitionLocale(1235L)?$expand=jobRequisition" which responds with the details I need, but only in the default language.

So my question is, is there a possibilty to get all job requisition details for a specific translation (not the default language)?

Thanks

Ruedi