Mprove
get-sample

Fetch sample data rows from a database table or column for a project connection

Request Body

application/json

Response Body

application/json

Input

{
  "projectId": "string",
  "envId": "string",
  "connectionId": "string",
  "schemaName": "string",
  "tableName": "string",
  "columnName": "string",
  "offset": 0
}

Output

{
  "columnNames": [
    "string"
  ],
  "rows": [
    [
      "string"
    ]
  ],
  "errorMessage": "string"
}

On this page