Get Table Row Using Primary Key
documentedRetrieve a single row from the object by specifying its primary key values.
GET http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/{KeyValues}Schemasno implementation yet0 runsInput
host
MySQL REST Service host
port
MySQL REST Service port
schemaAlias
Schema alias (REST-enabled schema)
objectAlias
Object alias (table/view)
keyValues
Key values (comma-separated) for primary key
Calls MySQL as you (your API key is your account); keychains.dev holds the credentials.