Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=123
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=124",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=122",
    "results": [
        {
            "id": 6810,
            "title": "Land for Sale at Balkot",
            "slug": "land-for-sale-at-balkot-sirutar",
            "code": "6810"
        },
        {
            "id": 6809,
            "title": "Land for Sale at Balkot | Sirutar",
            "slug": "land-for-sale-at-balkot-sirutar",
            "code": "6809"
        },
        {
            "id": 6808,
            "title": "House for Sale at Bhaktapur | Katunje",
            "slug": "house-for-sale-at-katunjebhaktapur",
            "code": "6808"
        },
        {
            "id": 6807,
            "title": "Commercial Property for Rent at Pokhara | Archalbot",
            "slug": "commercial-property-for-rent-at-archalbot-pokhara-02",
            "code": "6807"
        },
        {
            "id": 6796,
            "title": "Land for Sale at Lalitpur | Dhapakhel",
            "slug": "land-for-sale-at-dhapakhel-lalitpur",
            "code": "6796"
        },
        {
            "id": 6795,
            "title": "Land for Sale at Godawari",
            "slug": "land-for-sale-at-godawari",
            "code": "6795"
        },
        {
            "id": 6794,
            "title": "House for Sale at Housing | Green Hill City",
            "slug": "house-on-sale-at-housing-green-hill-city",
            "code": "6794"
        },
        {
            "id": 6793,
            "title": "House for Sale at Imadol | Boje Pokhari",
            "slug": "house-on-sale-at-bojepokhari-imadol",
            "code": "6793"
        },
        {
            "id": 6792,
            "title": "Land for Sale at Lalitpur | Pulchowk",
            "slug": "land-on-sale-at-pulchowk-lalitpur",
            "code": "6792"
        },
        {
            "id": 6789,
            "title": "House for Sale at Balaju",
            "slug": "house-for-sale-at-balaju",
            "code": "6789"
        },
        {
            "id": 6788,
            "title": "Land for Sale at Jorpati",
            "slug": "land-for-sale-at-jorpati",
            "code": "6788"
        },
        {
            "id": 6783,
            "title": "2 Hostel for Sale at Dillibazar | Kalikasthan",
            "slug": "2-hostel-for-sale-at-kalikastan",
            "code": "6783"
        }
    ]
}