Psoda API: Next page

Psoda API – /rest_api/v2/next/{api_cursor}.json

Use this URI to retrieve the next set of objects from your query. If the pageSize in your original request was less than the total amount of objects.
WARNING: This method can return a very large number of results. Please use the filters below to restrict the results to just what you need.

Header: API-Key (mandatory)

You must specify an API-Key to access any data from Psoda. You can find your API-Key by logging into Psoda with the user account you want to use for the API, navigate to “My stuff” and then click on the “API Code” button in the top header area.

Header: If-Modified-Since (optional)

Use this header if you want to limit the results to only those descendants that have been modified since the specified date. The date is in a text format, e.g. 15 Nov 1994 12:45:26 GMT

Header: Accept-Language (optional)

Use this header if you want to change the language for the user. The following languages are currently supported:
  • af – Afrikaans
  • en – English
  • en-nz – English
  • en-uk – English
  • en-us – United States English
  • ja – Japanese
  • ru – Russian
  • zh-cn – Simplified Chinese
  • zh-hk – Simplified Chinese
  • zh-mo – Simplified Chinese
  • zh-sg – Simplified Chinese
  • zh-tw – Simplified Chinese
  • zh – Simplified Chinese

Parameter: pageSize (optional)

You can use this parameter to specify how many objects you want in your result set. If this is left blank, then 100 objects will be returned as a default.

Parameter: fields (optional)

You can use this parameter to limit which attributes are returned from the API call. You can specify multiple fields with commas separating them. If the field does not exist for the item then it will not be included in the result. Ideally this should be the same field list as the previous request.

Parameter: start (optional)

You can use this parameter to specify where you want your next request to start from. If this is left blank, then it will use the current result set size to determine where to start from.

Response: pagination/links

The response fields related to pagination will be the same as the previous request, refer to the help page of the original request for more details.

The top level of the API isĀ https://www.psoda.com/help/top-level/