name | data type | constraints | description |
---|---|---|---|
list | array of object | ||
pageSize | number | required | |
sortBy | string | ||
sortType | SortType | ||
startIndex | number | required | |
totalCount | number | required |
Example
{ "list" : [ { }, { } ], "pageSize" : 12345, "sortBy" : "...", "sortType" : "ASC", "startIndex" : 12345, "totalCount" : 12345 }