Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=111
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=112",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=110",
    "results": [
        {
            "id": 6986,
            "title": "House for Sale at Dhapakhel | Dhapa valley",
            "slug": "house-for-sale-at-dhapakhel-dhapa-valley",
            "code": "6986"
        },
        {
            "id": 6984,
            "title": "commercial Land for Rent at Thulo Bharyang",
            "slug": "commercial-land-for-rent-at-thulo-bharyang-kathmandu",
            "code": "6984"
        },
        {
            "id": 6983,
            "title": "Land for Sale at Kapan",
            "slug": "land-for-sale-in-paiyatar-kapan",
            "code": "6983"
        },
        {
            "id": 6982,
            "title": "Land for Sale at Chapali",
            "slug": "land-for-sale-in-chapali",
            "code": "6982"
        },
        {
            "id": 6981,
            "title": "Space for Rent at Maharajgunj",
            "slug": "space-for-rent-in-maharajgunj",
            "code": "6981"
        },
        {
            "id": 6980,
            "title": "Space for Rent at Chakrapath",
            "slug": "space-for-rent-in-chakrapath",
            "code": "6980"
        },
        {
            "id": 6979,
            "title": "Commercial Building for Sale at Dillibazar",
            "slug": "commercial-building-for-sale-at-dillibazar",
            "code": "6979"
        },
        {
            "id": 6977,
            "title": "House for Sale at Dhapakhel",
            "slug": "house-for-sale-at-dhapakhel",
            "code": "6977"
        },
        {
            "id": 6976,
            "title": "House for Sale at Itahari - 5 | Pachruki",
            "slug": "house-for-sale-at-itahari-5-pachruki",
            "code": "6976"
        },
        {
            "id": 6975,
            "title": "House For Sale at Dhapakhel | Nagdaha",
            "slug": "house-for-sale-at-dhapakhel-nagdaha",
            "code": "6975"
        },
        {
            "id": 6974,
            "title": "Land for Sale at Ramhiti",
            "slug": "perfect-land-for-sale-at-ramhiti",
            "code": "6974"
        },
        {
            "id": 6973,
            "title": "House for Sale at Chabahil",
            "slug": "house-for-sale-at-bhrikutichowk",
            "code": "6973"
        }
    ]
}