setPaginationKeyAndLimit

setPaginationKeyAndLimit(keyName:  String;
                         keyValue: String;
                         limit:    Integer) updating;

The setPaginationKeyAndLimit method of the JadeRestRequest class sets the limit query string for the request to the value specified in the limit parameter and adds a query string for the key and value pair specified in the respective keyName and keyValue parameters.

Use this method when a REST server returns a dictionary and it will communicate to the server that the results should be paginated with results for each page equal to the value of the limit parameter and starting at the first object in the dictionary with the keyName value equal to the value of the keyValue parameter.

2022.0.01 and higher