Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4709,
    "next": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=11",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=9",
    "results": [
        {
            "id": 8425,
            "title": "House for Sale at Samakhusi",
            "slug": "house-for-sale-at-tokha-khariboat",
            "code": "8425"
        },
        {
            "id": 8424,
            "title": "House for Sale at Syuchatar",
            "slug": "house-for-sale-at-syuchatar",
            "code": "8424"
        },
        {
            "id": 8423,
            "title": "House for Sale at Tahachal",
            "slug": "house-for-sale-at-tahachal",
            "code": "8423"
        },
        {
            "id": 8422,
            "title": "House for Sale at Sitapaila",
            "slug": "house-for-sale-at-saranpur",
            "code": "8422"
        },
        {
            "id": 8421,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "8421"
        },
        {
            "id": 8420,
            "title": "House for Sale at Newroad",
            "slug": "house-for-sale-at-bhote-bahal",
            "code": "8420"
        },
        {
            "id": 8419,
            "title": "House for Sale at Dhumbarahi",
            "slug": "house-for-sale-at-dhumbarahi",
            "code": "8419"
        },
        {
            "id": 8418,
            "title": "House for Sale at Kumarigal",
            "slug": "house-for-sale-at-kumarigal",
            "code": "8418"
        },
        {
            "id": 8417,
            "title": "House for Sale at Mahankal",
            "slug": "house-for-sale-at-mahankal",
            "code": "8417"
        },
        {
            "id": 8416,
            "title": "East Face Land for Sale at Lokanthali",
            "slug": "east-face-land-for-sale-at-lokanthali",
            "code": "8416"
        },
        {
            "id": 8415,
            "title": "Land for Sale at Taukhel",
            "slug": "land-for-sale-at-taukhel-kitini",
            "code": "8415"
        },
        {
            "id": 8414,
            "title": "House for Sale at Tokha",
            "slug": "house-for-sale-at-tokha",
            "code": "8414"
        }
    ]
}