Skip to main content

get_table_rows

Returns an object containing rows from the specified table.

Request Body
code string REQUIRED

The name of the smart contract that controls the provided table

table string REQUIRED

The name of the table to query

scope string REQUIRED

The account to which this data belongs

index_position string

Position of the index used, accepted parameters primary, secondary, tertiary, fourth, fifth, sixth, seventh, eighth, ninth , tenth

key_type string

Type of key specified by index_position (for example - uint64_t or name)

encode_type string
lower_bound string

Filters results to return the first element that is not less than provided value in set

upper_bound string

Filters results to return the first element that is greater than provided value in set

limit int32

Limit number of results returned.

reverse boolean

Reverse the order of returned results

show_payer boolean

Show RAM payer

Responses
200

OK

Schema
rows undefined[]