Skip to main content

Get Composition Instances

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

scope string REQUIRED

The account to which this data belongs

table string REQUIRED

The name of the table to query

json boolean

Show rows in readable format

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)

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 Memory payer

Responses
200

OK

Schema
rows undefined[]