Sign in

Get Table Row Using Primary Key

documented

Retrieve a single row from the object by specifying its primary key values.

GET http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/{KeyValues}Schemasno implementation yet0 runs

Input

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.
Get Table Row Using Primary Key · MySQL · OpenIntegrations