Search By Value

POST {{HDB_ENDPOINT}}

  • operation (required) - must always be 'search_by_value'
  • schema (required) - schema where the table you are searching lives
  • table (required) - table you wish to search
  • search_attribute (required) - attribute you wish to search can be any attribute
  • search_value (required) - value you wish to search - wild cards are allowed.
  • get_attributes (required) - define which attributes you want returned. Use '*' to return all attributes.

Request Body

{"operation"=>"search_by_value", "schema"=>"dev", "table"=>"dog", "search_attribute"=>"breed", "search_value"=>"Mu*", "get_attributes"=>["name"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""