SAP Knowledge Base Article - Public

2917901 - oData Query on JobRequisition entity with jobRole Result - Recruiting Management

Symptom

Need to understand where does the JobRole <result> can be viewed in the UI.

Environment

SAP SuccessFactors Recruiting Management

Reproducing the Issue

Perform the following API call in Postman:

Ex request:

/odata/v2/JobRequisition(11111)?$format=json&$select=jobReqId, jobRole

 

Response:

{ "d": { "__metadata": { "uri": "https://api12preview.sapsf.eu/odata/v2/JobRequisition(24087L)", "type": "SFOData.JobRequisition" }, "jobReqId": "11111", "jobRole": "1735654" }}

Resolution

The string responsed in Postman is a GUID of the role in Job Profile nor it is related to a picklist.

As per Product Management team, the result could not be viewed in UI as came from the database level which users does not have access to. 

See Also

2885326 - How to use Postman on performing ODATA API Requests - Recruiting Management

Keywords

postman, jobRole, jobRequisition , KBA , LOD-SF-RCM-API , Webservices & APIs , Problem

Product

SAP SuccessFactors HCM Core all versions