RPD's job and doc APIs have pagination functionality available, however it is very hard to use and is therefore not exposed. This sizing request is to enhance the Base pagination functionality in those APIs to be more user friendly which means it can then be exposed. A new RPD customer is requesting this function and they need it to at least support the below:
Parameters to add
ItemsPerPage
PageNumber
SortColumns - I don't see this in the current CCS web service, so please add unless we can pass sort order by any other way.
Response/Return value changes –
Records based on ItemsPerPage , PageNumber and SortColumns
TotalPages or TotalRecords - This is needed for GUI to display total pages