PageableObject¶
Example Json Object
1{
2 "pageNumber": 0,
3 "unpaged": false,
4 "paged": true,
5 "pageSize": 100,
6 "offset": 0,
7 "sort": {
8 "unsorted": false,
9 "sorted": true,
10 "empty": false
11 }
12}
📄 Description: Data transfer object representing a paginated collection of lease-related entries, including contracts and financial obligations, within the Nakisa Lease Accounting Suite, facilitating efficient data retrieval and management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
pageNumber |
integer(int32) |
true |
none |
Page number for pagination |
unpaged |
boolean |
false |
none |
Boolean flag indicating unpaged status |
paged |
boolean |
false |
none |
Boolean flag indicating paged status |
pageSize |
integer(int32) |
true |
none |
Number of items per page |
offset |
integer(int64) |
true |
none |
Number of items to skip |
sort |
false |
none |
Sort order specification |