TenantResponseDtoViewPage
totalCountinteger<int32>
Number of entries in the returned resultset
Example:
5
previousPagestringnullable
URL of the previous page
nextPagestringnullable
URL of the next page
currentPageinteger<int32>
Index of the current page
Example:
2
entriesobject[]nullable
Collection of the response DTO model instances.
TenantResponseDtoViewPage
{
"totalCount": 5,
"previousPage": "string",
"nextPage": "string",
"currentPage": 2,
"entries": [
{}
]
}