- RESTful API Application to extract data from Oracle database in Json form
- /data: to fetch data object's contents
- /meta: to fetch meta data of object
- objName: Object Name (table/view) needs to fetch. Use with schema name if not in the current schema.
- filters:
- where condition to customize your query. E.g: "filters=WHERE ROWNUM<5"
- only applicable for /data Endpoint
- Create app.properties file in the same format as app_sample.properties and provide database information for connection.