document.write("
{
"success": true,
"data":
{
"total_count": <numeric total count of records matching any input filters>,
"start_offset": <numeric starting offset of the records>,
"data":
[
{ record },
{ record },
...
]
}
}
sample_list_query_response - Snippet hosted by \"Cacher\"
");