Get table rows
post
Returns an object containing rows from the specified table.
Body
codestringRequired
The name of the smart contract that controls the provided table
tablestringRequired
The name of the table to query
scopestringRequired
The account to which this data belongs
index_positionstringOptional
Position of the index used, accepted parameters primary
, secondary
, tertiary
, fourth
, fifth
, sixth
, seventh
, eighth
, ninth
, tenth
key_typestringOptional
Type of key specified by index_position (for example - uint64_t
or name
)
encode_typestringOptional
lower_boundstringOptional
Filters results to return the first element that is not less than provided value in set
upper_boundstringOptional
Filters results to return the first element that is greater than provided value in set
limitinteger · int32OptionalDefault:
Limit number of results returned.
10
reversebooleanOptionalDefault:
Reverse the order of returned results
false
show_payerbooleanOptionalDefault:
Show RAM payer
false
Responses
application/json
objectOptional
post
200
OK