Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=204
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=205",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=203",
    "results": [
        {
            "id": 5566,
            "title": "Semi Commercial House for Sale at Raniban | Banasthali",
            "slug": "semi-commercial-house-for-sale-in-raniban-banasthali",
            "code": "5566"
        },
        {
            "id": 5565,
            "title": "Flat System Residential House for Sale at Kaushaltar Chowk",
            "slug": "flat-system-residential-house-for-sale-at-kaushaltar-chowk",
            "code": "5565"
        },
        {
            "id": 5564,
            "title": "Land for Sale at Manmaiju",
            "slug": "land-for-sale-at-manmaiju",
            "code": "5564"
        },
        {
            "id": 5563,
            "title": "Land for Sale at Ramkot",
            "slug": "land-for-sale-at-ramkot",
            "code": "5563"
        },
        {
            "id": 5562,
            "title": "Residential House for Sale at Balkot",
            "slug": "residential-house-for-sale-at-balkot-bhaktapur",
            "code": "5562"
        },
        {
            "id": 5561,
            "title": "Semi Bungalow House for Sale at Sano Thimi | Bhaktapur",
            "slug": "semi-bungalow-house-for-sale-at-sano-thimi-bhaktapur",
            "code": "5561"
        },
        {
            "id": 5560,
            "title": "11 Aana Semi Commercial Land for Sale at Bhaktapur",
            "slug": "11-aana-semi-commercial-land-for-sale-at-jagati-bhaktapur",
            "code": "5560"
        },
        {
            "id": 5559,
            "title": "7 Aana Semi Commercial Land for Sale at Suryabinayak",
            "slug": "7-aana-semi-commercial-land-for-sale-at-nangkhel-suryabinayak",
            "code": "5559"
        },
        {
            "id": 5558,
            "title": "Bungalow for Sale at Balkot Height | Bhaktapur",
            "slug": "bungalow-for-sale-at-balkot-height-bhaktapur",
            "code": "5558"
        },
        {
            "id": 5557,
            "title": "Fully Furnished House for Sale at Suryabinayak",
            "slug": "semi-bungalow-house-for-sale-at-suryabinayak-nangkhel",
            "code": "5557"
        },
        {
            "id": 5556,
            "title": "Space for Rent at Samakhusi",
            "slug": "space-for-rent-at-samakhusi",
            "code": "5556"
        },
        {
            "id": 5555,
            "title": "Semi Commerical House for Sale Suncity | Pepsicola",
            "slug": "semi-commerical-house-for-sale-at-new-pepsicola-planning-kathmandu",
            "code": "5555"
        }
    ]
}