mivajenn
4/24/2018 - 11:32 PM

xxxList_Load_Query.js

{
	"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 },
			...
		]
	}
}