List response object
This document contains the pagination object used in list responses.
Used in
Endpoint / Area
How it is used
Returns dictionary, record, or column value lists
Returns matching account domains
Returns matching envelopes
Object example
{
"totalElements": 0,
"sizeRequested": 25,
"numberOfElements": 0,
"data": []
}Fields
Field
Type
Required
Description
totalElements
integer
Yes
Total matching records
sizeRequested
integer
Yes
Requested page size
numberOfElements
integer
Yes
Records in the current response
data
array
Yes
Returned objects
Last updated
Was this helpful?
