how-to-get-tables-information
Goal
Query infomation of a table
Before you begin
-
Install the currently supported version of
clio
-
Understand the following:
- What is an account. See also Accounts and Permissions
- What is a table and understanding scope.
Command
clio get table <account> <scope> <table>
Example
clio get table sysio sysio abihash
Output:
{
"rows": [{
"owner": "sysio",
"hash": "38589666191bf8ad1f1c3e9ee0387f4e7d77ed9a410d5f2f35698aaf82e0f94d"
}
],
"more": false,
"next_key": ""
}