14.5 Creating and Testing Read-Only APIs

Create and test read-only REST APIs for collections and single rows.

When your use case calls for reading data, you can build REST APIs using SQL queries. A Collection Query handler lets clients filter, sort, and page through the results, while a Collection Item handler returns a single row. You can test your REST APIs using curl on the command line or tools with a graphical interface like Postman.