search by conditions - ends_with condition, offset, limit of 3
POST {{host}}:{{port}}
Request Body
{"operation"=>"search_by_conditions", "schema"=>"dev", "table"=>"dog_conditions", "get_attributes"=>["id", "age", "location", "group"], "offset"=>3, "limit"=>3, "conditions"=>[{"search_attribute"=>"location", "search_type"=>"ends_with", "search_value"=>"CO"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |