Pagination Options for REST APIs for Getting User Variable Values

You now have pagination options when working with the REST APIs for getting user variable values:

  • offset: Indicates the actual index from which the records are returned. It is a 0 based non-negative integer. The default value is 0.
  • limit: Controls how many items to return.  A limit of 0 or -1 will return all records starting from the index defined by the offset. The default value is 25.

This applies to the REST APIs described in these topics available in Getting and Setting User Variable Values:

  • Get User Variable Values Defined for the Application 
  • Get User Variable Values Defined in the Application by the User Variable Name 
  • Get User Variable Values Defined in the Application by Value     
  • Get User Variable Values Defined for the Application by the User Name 
  • Get User Variable Values Defined in the Application by the User Name and Value 

Applies to: Enterprise Profitability and Cost Management, Financial Consolidation and Close, FreeForm, Planning, Planning Modules, Tax Reporting

Business Benefit: Using pagination can improve usability when working with REST APIs for user variable values.

Tips And Considerations

Use these Implementation Best Practices to ensure success with your REST API projects.

Key Resources

Access Requirements

  • Service Administrators