Get Single row

Retrieve a single row from the specified table based on the row ID.

To retrieve data for a single row, you need to make a GET request to the API endpoint and replace ROW_ID with the actual ID of the row you want to fetch.

Suppose you want to retrieve the row with an ID of 647b3e062a633e939ffadcb8, the API endpoint will be as follows:

curl https://v1.appbackend.io/v1/rows/TABLE_ID/ROW_ID

Here is response example.

Single Row