Skip to main content

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

Query successful

Schema
  • Array [
  • object

  • ]
Loading...