Changes

Template:July2021Upgrade

921 bytes removed, 19:19, 21 June 2021
m
Notes for Admins
==Notes for Admins==
====Added New Parameters to SmartConnect API for Pagination of Records====
Added additional parameters to the SmartConnect API to allow for pagination of record sets. For List action API calls, new parameters recordcount, recordstart, and recordend will now be returned to you. New parameters recordsperpage, recordstart, and pageofrecord will be available for you to pass to the calls to page through the result set. You may pass just the recordstart to indicate which record to start from, for example, given a recordsperpage 100, you could pass recordstart 1, 101, and 201 in order to obtain records 1-100, 101-200, 201-300 respectively. Another example, given a recordsperpage 100, you could pass recordstart 1, 1, and 1, in combination with pageofrecord 1, 2, and 3 in order to obtain the same record sets 1-100, 101-200, 201-300 respectively.
<!--120958 - Enhance SmartConnect API to allow pagination of records-->
Smartstaff
2,093
edits