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-
Keywords
NominationTarget, count, no records, blank results , KBA , LOD-SF-INT-ODATA , OData API Framework , LOD-SF-INT , Integrations , Problem