Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=201
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=202",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=200",
    "results": [
        {
            "id": 5608,
            "title": "Land for Sale at Raniban",
            "slug": "land-for-sale-at-raniban",
            "code": "5608"
        },
        {
            "id": 5607,
            "title": "Land for Sale at Pokhara-2 | Miruwa",
            "slug": "land-for-sale-at-pokhara-2-miruwa",
            "code": "5607"
        },
        {
            "id": 5606,
            "title": "House for Sale at Pokhara-14 | Majheripatan",
            "slug": "house-for-sale-at-pokhara-14-majheripatan",
            "code": "5606"
        },
        {
            "id": 5605,
            "title": "House for Sale at Dhapakhel",
            "slug": "house-for-sale-at-dhapakhel",
            "code": "5605"
        },
        {
            "id": 5604,
            "title": "House for Sale at Lubhu",
            "slug": "house-for-sale-at-lubhu",
            "code": "5604"
        },
        {
            "id": 5603,
            "title": "Land for Sale at Sundarharaicha - 4 | Baliya",
            "slug": "land-for-sale-at-sundarharaicha-4-baliya",
            "code": "5603"
        },
        {
            "id": 5602,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "5602"
        },
        {
            "id": 5601,
            "title": "House for Sale at Nakhipot | Lalitpur",
            "slug": "house-for-sale-at-nakhipot-lalitpur",
            "code": "5601"
        },
        {
            "id": 5599,
            "title": "House for Rent at Budhanilkantha",
            "slug": "house-for-rent-at-budhanilkantha",
            "code": "5599"
        },
        {
            "id": 5598,
            "title": "House for Rent at Jhaukhel | Bhaktapur",
            "slug": "house-for-rent-at-jhaukhel-bhaktapur",
            "code": "5598"
        },
        {
            "id": 5597,
            "title": "Flat System Residential House for Sale at Sanothimi",
            "slug": "flat-system-residential-house-for-sale-at-sanothimi",
            "code": "5597"
        },
        {
            "id": 5596,
            "title": "Commercial Property for Sale at Birauta | Pokhara-17",
            "slug": "commercial-property-for-sale-at-birauta-pokhara-17",
            "code": "5596"
        }
    ]
}