Pageable¶
Example Json Object
1{
2 "page": 0,
3 "size": 1,
4 "sort": [
5 "string"
6 ]
7}
📄 Description: Data transfer object representing a paginated collection of portfolio assets within the Nakisa Portfolio Management Suite, facilitating efficient navigation and retrieval of real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
page |
integer(int32) |
false |
none |
Page number for pagination |
size |
integer(int32) |
false |
none |
Number of items per page |
sort |
[string] |
false |
none |
Sort order specification |