Get the table data by column value, example: /getTableValue/users/username/johndoe
GET
/
table
/
gettablevalue
/
{tableName}
/
{columnName}
/
{columnValue}
Headers
x-api-key
string
requiredPath Parameters
tableName
string
requiredThe name of the table to retrieve data from
columnName
string
requiredThe name of the column to retrieve data from
columnValue
string
requiredThe value of the column to retrieve data from