Example: a REST service for retrieving data (SELECT)

Previous Next

The following step-by-step instructions are for creating a custom REST service that retrieves data on the basis of a booking ID.

This example shows how you can quickly generate a REST service from a SQL statement.

In this particular example, matrix parameters are used, but you have a number of other options when designing input parameters.

 

 

collapseDefining SQL for data presentation
collapseGenerating a REST method based on SQL
collapsePublishing the solution
collapseTesting the implementation
collapseRetrieving multiple rows

See also

Generating a REST service from SQL

Example: a REST Service for adding new data (INSERT)

Example: a REST Service for manipulating data (UPDATE)

Example: a REST Service for returning manipulated data

Example: a REST Service for deleting data (DELETE)