Skip to content

Instantly share code, notes, and snippets.

@bheyde
Created August 14, 2018 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bheyde/1eab91f009fd188f29c7ac3cea20da25 to your computer and use it in GitHub Desktop.
Save bheyde/1eab91f009fd188f29c7ac3cea20da25 to your computer and use it in GitHub Desktop.
Sample List_Load_Query Response
{
"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 },
...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment