Symptom
You make a scheduledoffering-service API call using the 'ScheduledOfferings' container, but an error is happening.API call: /learning/odatav4/public/admin/scheduledoffering-service/v1/ScheduledOfferings(xxxxx)
Result:
{
"error": {
"code": null,
"message": "Cannot find EntitySet, Singleton, ActionImport or FunctionImport with name 'ScheduledOfferings'."
}
}
Environment
SuccessFactors LMS
Cause
This is a problem with the Learning OData API Reference Guide, which is going to be fixed in a future version of this document.
The 'ScheduledOfferings' container is only available for user API calls.
Resolution
The API call must be created for a user instead:
/learning/odatav4/public/user/scheduledoffering-service/v1/ScheduledOfferings(xxxxx)
Keywords
scheduledoffering-service, odata, api, webservices, EntitySet, Singleton, ActionImport ,FunctionImport , KBA , LOD-SF-LMS , SuccessFactors Learning , LOD-SF-LMS-ODA , LMS Web Services OData , Problem