Not able to retrieve more than 500 Performance Goals via API
Summary:
While using the below API for Performance Goals, the total count returned is ~159K. Pagination works up until 500 and then stops retrieving. We are looking to be able to capture all goals by LastUpdateDate for delta processing
Content (please ensure you mask any confidential information):
API:
{{hostname}}/hcmRestApi/resources/latest/performanceGoalsSummary?finder=findGoals;ReviewPeriodId={{ReviewPeriodId}},GoalPlanId={{GoalPlanId}}&onlyData=true&orderBy=LastUpdateDate:desc&offset=0&limit=25&totalResults=true
Version (include the version you are using, if applicable):
25D
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0