cancel
Showing results for 
Search instead for 
Did you mean: 

Pagination for category API call

SAPSupport
Employee
Employee
0 Kudos
240

Hi Team,

We are trying to get the all Category details but we have option to get only 1000 records.

We would like to get the categories in pagination manner. Do we have any other option to get same via API call?

We are using below API
https://webcomcpq.com/webapihelp/index#!/Categories/Categories_GetAll

Thanks.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

This Category API is already working with pagination.
The response is "pagedRecords", it means it will return filtered records and plus total number of records.
On the other hand maximum number of records can be 1000, we intentionally limited to this number to have good API performance.