Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=42
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=43",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=41",
    "results": [
        {
            "id": 7989,
            "title": "House for Sale at Tikthali",
            "slug": "house-for-sale-at-tikthali",
            "code": "7989"
        },
        {
            "id": 7988,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali",
            "code": "7988"
        },
        {
            "id": 7987,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "7987"
        },
        {
            "id": 7986,
            "title": "House for Sale at Harisiddhi | Lalitpur",
            "slug": "house-for-sale-at-harisiddhi-lalitpur",
            "code": "7986"
        },
        {
            "id": 7985,
            "title": "Bungalow for Sale at Baneshwor Height",
            "slug": "bungalow-for-sale-at-baneshwor-height",
            "code": "7985"
        },
        {
            "id": 7984,
            "title": "House for Sale at Pokhara-29 | Gagangauda",
            "slug": "house-for-sale-at-pokhara-29-gagangauda",
            "code": "7984"
        },
        {
            "id": 7982,
            "title": "Land for Sale at Lalitpur | Bhaisepati",
            "slug": "land-for-sale-at-lalitpur-bhaisepati",
            "code": "7982"
        },
        {
            "id": 7981,
            "title": "Land for Sale at Dhumbarahi",
            "slug": "land-for-sale-with-house-at-pipalbot-dhumbarahi",
            "code": "7981"
        },
        {
            "id": 7980,
            "title": "Land for Sale at Lakeside | Pokhara-06",
            "slug": "land-for-sale-at-lakeside-pokhara-06",
            "code": "7980"
        },
        {
            "id": 7979,
            "title": "House for Sale at Malepatan | Pokhara-05",
            "slug": "house-for-sale-at-malepatan-pokhara-05",
            "code": "7979"
        },
        {
            "id": 7978,
            "title": "House for Sale at Dadhikot",
            "slug": "house-for-sale-at-dadhikot",
            "code": "7978"
        },
        {
            "id": 7977,
            "title": "Land for Sale at Banasthali | Kharibot",
            "slug": "land-for-sale-at-banasthali-kharibot",
            "code": "7977"
        }
    ]
}