Pageable¶
Example Json Object
1{
2 "page": 0,
3 "size": 10,
4 "sort": [
5 "id,asc",
6 "name,desc"
7 ]
8}
📄 Description: Data transfer object representing a paginated collection of lease-related records, including contracts, financial obligations, and accounting entries, facilitating efficient data retrieval and management within the Nakisa Lease Accounting Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
page |
integer(int32) |
true |
none |
Page number for pagination |
size |
integer(int32) |
true |
none |
Number of items per page |
sort |
[string] |
false |
none |
Sort order specification |