Symptom
When using the API query odatav4/talent/continuousfeedback/v1/feedbackRequests/getMyPendingfeedbackRequests() the following 400 Bad Request error is received:
"The property 'getMyPendingfeedbackRequests' must not follow a collection."
Environment
SAP SuccessFactors Continuous Performance Management
Reproducing the Issue
- Log in as an admin user with all admin API permissions.
- Execute the GET API call: https://<api-server>/odatav4/talent/continuousfeedback/v1/feedbackRequests/getMyPendingfeedbackRequests()
- Receive the following 400 Bad Request error:
- "The property 'getMyPendingfeedbackRequests' must not follow a collection."
Cause
API call is not correct, the word feedback should use a capital F
Resolution
Please, use the following call:
https://<api-server>/odatav4/talent/continuousfeedback/v1/feedbackRequests/getMyPendingFeedbackRequests()
See Also
Keywords
Continuous Performance Management, CPM, Continuous Feedback, OData API, OData V4, feedback, getMyPendingFeedbackRequests, pending, request , KBA , LOD-SF-CPM-API , Webservices, OData APIs , Problem
SAP Knowledge Base Article - Public