Key-Value Store
Get a Key
Retrieves the payload from the table with the specified key. The request must contain key/value pairs for all primary keys as defined in table.
post/kvservice.fetchkey/{tableName}
Request body
Response
OK. The "payload" is returned.
Changes
No recorded changes to this endpoint across all 1 revision of this API.