NoSQL search by value reverse offset 20 limit 20
POST {{host}}:{{port}}
Request Body
{"operation"=>"search_by_value", "schema"=>"{{schema}}", "table"=>"{{ords_tb}}", "search_attribute"=>"{{ordd_id}}", "search_value"=>"*", "get_attributes"=>["*"], "reverse"=>true, "offset"=>20, "limit"=>20}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |