Query Records with Instance and Schema
GET/v1/rdb/rest/:instance/:schema/:table
Query data from tables in the specified instance and database
Request
Path Parameters
instance stringrequired
Database instance identifier
schema stringrequired
Database name
table stringrequired
Table name
Query Parameters
select string
Select fields
Responses
- 200
Query successful
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
object
[
{}
]
Loading...