Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • limit” specifies the number of data items to be shown per page in the result object. The maximum value is 999.

  • page” is the page number to be shown in the results object.

  • sortBy” is used to sort the fetched data based on the criteria.
    For example, {"sortBy":{"modifiedAt":-1}} will sort the data items shown in the result array based on the modified date displaying the latest modified data item first.

...