Get Composition Instances
Returns an object containing rows from the specified table.
Request Body |
---|
code string — REQUIREDThe name of the smart contract that controls the provided table |
scope string — REQUIREDThe account to which this data belongs |
table string — REQUIREDThe name of the table to query |
json booleanShow rows in readable format |
index_position stringPosition of the index used, accepted parameters |
key_type stringType of key specified by index_position (for example - |
lower_bound stringFilters results to return the first element that is not less than provided value in set |
upper_bound stringFilters results to return the first element that is greater than provided value in set |
limit int32Limit number of results returned. |
reverse booleanReverse the order of returned results |
show_payer booleanShow Memory payer |
Responses | ||
---|---|---|
200 OK
|