Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=256
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=257",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=255",
    "results": [
        {
            "id": 4826,
            "title": "House for Sale at Lalitpur",
            "slug": "house-for-sale-at-khumaltar-lalitpur",
            "code": "4826"
        },
        {
            "id": 4825,
            "title": "House for Sale at Itahari - 18 | Pakali",
            "slug": "house-for-sale-at-itahari-17-pakali",
            "code": "4825"
        },
        {
            "id": 4824,
            "title": "Land for Sale at Nepaltar",
            "slug": "nepaltar-tarkeshwor",
            "code": "4824"
        },
        {
            "id": 4823,
            "title": "House for Sale at Itahari - 2 | Halgada",
            "slug": "house-for-sale-at-itahari-2-halgada",
            "code": "4823"
        },
        {
            "id": 4822,
            "title": "3.75 Land for Sale at Kavresthali",
            "slug": "kavresthali-tarkeshwor",
            "code": "4822"
        },
        {
            "id": 4821,
            "title": "House for Sale at Dhapakhel",
            "slug": "house-for-sale-at-dhapakhel-lalitpur",
            "code": "4821"
        },
        {
            "id": 4820,
            "title": "Commercial Land for Rent at Dhobighat | Lalitpur",
            "slug": "commercial-land-for-rent-at-dhobighat-lalitpur",
            "code": "4820"
        },
        {
            "id": 4819,
            "title": "Commercial Land for Sale at Putalisadak",
            "slug": "commercial-land-for-at-putalisadak",
            "code": "4819"
        },
        {
            "id": 4818,
            "title": "East Facing Beautiful House for Sale at Chhorepatan | Pokhara-17",
            "slug": "east-facing-beautiful-house-for-sale-at-chhorepatan-pokhara-17",
            "code": "4818"
        },
        {
            "id": 4817,
            "title": "House for Sale at Dhapasi",
            "slug": "house-for-sale-at-dhapadi",
            "code": "4817"
        },
        {
            "id": 4816,
            "title": "Land for Sale at Tarkeshwor | Boudeshwor",
            "slug": "land-for-sale-at-tarkeshwor-boudeshwor",
            "code": "4816"
        },
        {
            "id": 4815,
            "title": "Land for Sale at Tokha",
            "slug": "land-for-sale-at-tokha-panchetar",
            "code": "4815"
        }
    ]
}