Table rows

Get row

Returns a single row by id.

get/public/v1/tables/{name}/rows/{id}

Path parameters

namestring required
Example:tasks_board
idstring required
Example:65cf9b3a4b7c2a0012a3b4c5

Response

Row

oktrue required

Example response

{
  "ok": true,
  "data": {
    "id": "example",
    "auto_id": 1,
    "created_at": "example",
    "updated_at": "example"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.