Versions Compared

Key

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

...

HTTP CodeDescription
200

OK

400

Parameters rows or offset are not present

rows is out of range

offset is negative

404

offset > num_found, unless num_found == 0

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.

...