cURL
curl --request GET \ --url https://api.example.com/tables/{table_id}/rows/{row_id} \ --cookie fastapiusersauth=
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get a row by ID.
Successful Response
Was this page helpful?