Versions Compared

Key

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

...

NameOptionalDescription
rowsNOYES

Number of elements to return. Range must be between 10 and 200. Defaults to 10

Individual services may define different allowed ranges or default value

Value will be clamped to the service limits, so the response may not include the requested number of elements

offsetNOYES

Offset of the query. Defaults to 0

While both parameters are optional, it is recommended to include them.

 

Return codes

HTTP CodeDescription
200

OK

400

Parameters rows or offset are not present

rows is out of range

offset is negativeintegers

404

offset > num_found

If there are 0 results, a request will offset 0 will return 200 with an empty results list. Any other offset will be a 404.

...