Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of rows that matched your query. |
rows | array | List of rows. Can be one of: |
Example
JSON
{
"total": 5,
"rows": ""
}
JSON
{
"total": 5,
"rows": ""
}
NAME | TYPE | DESCRIPTION |
total | integer | Total number of rows that matched your query. |
rows | array | List of rows. Can be one of: |
{
"total": 5,
"rows": ""
}
{
"total": 5,
"rows": ""
}