NoSQL search by value multiple results
POST {{host}}:{{port}}
Confirm search by value multiple results returns an array with N objects
Request Body
{"operation"=>"search_by_value", "schema"=>"{{schema}}", "table"=>"{{emps_tb}}", "hash_attribute"=>"{{emps_id}}", "search_attribute"=>"lastname", "search_value"=>"D*", "get_attributes"=>["firstname", "lastname"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |