Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=99
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=100",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=98",
    "results": [
        {
            "id": 7180,
            "title": "House for Sale at Tokha | Dhaneshwor",
            "slug": "house-for-sale-at-tokha-dhaneshwor",
            "code": "7180"
        },
        {
            "id": 7179,
            "title": "House for Sale at Golfutar",
            "slug": "house-for-sale-in-golfutar",
            "code": "7179"
        },
        {
            "id": 7178,
            "title": "House for Sale at Golfutar",
            "slug": "house-for-sale-in-golfutar",
            "code": "7178"
        },
        {
            "id": 7177,
            "title": "Semi-Commercial Building for Sale at Sinamangal",
            "slug": "semi-commercial-building-for-sale-at-sinamangal",
            "code": "7177"
        },
        {
            "id": 7176,
            "title": "Land for Sale at Itahari - 1 | Halgada",
            "slug": "land-for-sale-at-itahari-1-halgada",
            "code": "7176"
        },
        {
            "id": 7175,
            "title": "House for Sale at Koteshwor",
            "slug": "house-for-sale-at-koteshwor",
            "code": "7175"
        },
        {
            "id": 7174,
            "title": "House for Sale at Itahari - 7 | Balgram",
            "slug": "house-for-sale-at-itahari-7-balgram",
            "code": "7174"
        },
        {
            "id": 7173,
            "title": "2BHK Apartment for Sale at Kuleshwor",
            "slug": "2bhk-apartment-for-sale-at-kuleshwor",
            "code": "7173"
        },
        {
            "id": 7172,
            "title": "House for Sale at Kapan | Baluwakhani",
            "slug": "house-for-sale-in-baluwakhani-kapan",
            "code": "7172"
        },
        {
            "id": 7170,
            "title": "House for Sale at Bhangal",
            "slug": "house-for-sale-in-bhangal",
            "code": "7170"
        },
        {
            "id": 7165,
            "title": "Land for Sale at Dhapakhel",
            "slug": "land-for-sale-at-dhapakhel",
            "code": "7165"
        },
        {
            "id": 7163,
            "title": "Land for Sale at Mhepi",
            "slug": "land-for-sale-at-mhepi",
            "code": "7163"
        }
    ]
}