Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=20
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=21",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=19",
    "results": [
        {
            "id": 8282,
            "title": "Land for Sale at Sunakothi",
            "slug": "land-for-sale-at-lalitpur-sunakothi",
            "code": "8282"
        },
        {
            "id": 8281,
            "title": "Sunrise Apartment for Sale at Dhobighat",
            "slug": "apartment-for-sale-at-sunrise-tower",
            "code": "8281"
        },
        {
            "id": 8279,
            "title": "Land for Sale at Kamalbinayak",
            "slug": "land-for-sale-at-kamalbinayakbhaktapur",
            "code": "8279"
        },
        {
            "id": 8278,
            "title": "Land for Sale at Dadhikot",
            "slug": "land-for-sale-at-dadikotbhaktapur",
            "code": "8278"
        },
        {
            "id": 8277,
            "title": "House for Sale at Pokhara",
            "slug": "house-for-sale-at-pokhara-birauta",
            "code": "8277"
        },
        {
            "id": 8275,
            "title": "Land for Sale at Shantinagar",
            "slug": "land-for-sale-at-shantinagar",
            "code": "8275"
        },
        {
            "id": 8274,
            "title": "House for Sale at Tinkune",
            "slug": "house-on-sale-at-tinkune",
            "code": "8274"
        },
        {
            "id": 8273,
            "title": "Land for Sale at Hawai Chowk",
            "slug": "land-for-sale-at-hawai-chowk",
            "code": "8273"
        },
        {
            "id": 8272,
            "title": "Land for Sale at Belbari",
            "slug": "land-for-sale-at-belbari",
            "code": "8272"
        },
        {
            "id": 8271,
            "title": "Land for Sale at Bansbari",
            "slug": "land-for-sale",
            "code": "8271"
        },
        {
            "id": 8270,
            "title": "Land for Sale at Kadaghari",
            "slug": "land-for-sale-at-kadaghari-kathmandu",
            "code": "8270"
        },
        {
            "id": 8269,
            "title": "Land for Sale at Gothatar",
            "slug": "south-facing-land-on-sale-at-gothatar-kathmandu",
            "code": "8269"
        }
    ]
}