SAP Knowledge Base Article - Public

2618674 - NominationTarget Odata Entityis not returning any data even though count operation returns a number greater than 0

Symptom

1. Make a query as follows and it returns a number greater than 0

https://apiX.successfactors.com/odata/v2/NominationTarget/$count

2. Now perform a query operation on this entity as: https://apiX.successfactors.com/odata/v2/NominationTarget?$format=json

3. This returns output as follows-

 {
    "d": {
        "results": []
    }
}

Environment

Successfactors

Cause

Expected system behavior

Resolution

To fetch Nomination Target entity data, you need to form a query like below and you will then be able to retrieve all the valid data-

https://apiX.successfactors.com/odata/v2/User?$format=json&$select=nominationNav&$expand=nominationNav

Keywords

NominationTarget, count, no records, blank results , KBA , LOD-SF-INT-ODATA , OData API Framework , LOD-SF-INT , Integrations , Problem

Product

SAP SuccessFactors HCM Core 1711