Skip to Main Content
Ideas for RICOH ProcessDirector

Help us make RICOH ProcessDirector better for everyone!

Sign up to submit your ideas and to vote on the ones that we are considering right now.

After review and evaluation, your idea might show up on this list too. THANKS!

Please note that all ideas submitted become the property of Ricoh, LTD.

Status Under consideration
Created by Guest
Created on Dec 16, 2021

Enhance RPD Pagination APIs

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

  1. ItemsPerPage

  2. PageNumber

  3. 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

  1. Records based on ItemsPerPage , PageNumber and SortColumns

  2. TotalPages or TotalRecords - This is needed for GUI to display total pages

  • Attach files