Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=200
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=201",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=199",
    "results": [
        {
            "id": 5620,
            "title": "House for Sale at Bhaisepati",
            "slug": "house-for-sale-at-bhaisepati",
            "code": "5620"
        },
        {
            "id": 5619,
            "title": "House for Sale at Bhaisepati",
            "slug": "house-for-sale-at-bhaisepati",
            "code": "5619"
        },
        {
            "id": 5618,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "5618"
        },
        {
            "id": 5617,
            "title": "Land for Sale at Imadol",
            "slug": "land-on-sale-at-imadol-bhandari-gaun",
            "code": "5617"
        },
        {
            "id": 5616,
            "title": "House for Sale at Lubhu",
            "slug": "house-for-sale-at-lubhu",
            "code": "5616"
        },
        {
            "id": 5615,
            "title": "House for Sale at Lubhu",
            "slug": "house-for-sale-at-lubhu",
            "code": "5615"
        },
        {
            "id": 5614,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "5614"
        },
        {
            "id": 5613,
            "title": "House for Sale at Triveni",
            "slug": "house-for-sale-at-triveni",
            "code": "5613"
        },
        {
            "id": 5612,
            "title": "Commercial Building for Sale at Talchhikhel | Lalitpur",
            "slug": "commercial-building-for-sale-at-talchhikhel-lalitpur",
            "code": "5612"
        },
        {
            "id": 5611,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budanilkantha",
            "code": "5611"
        },
        {
            "id": 5610,
            "title": "House for Sale at Nakhipot | Lalitpur",
            "slug": "house-for-sale-at-nakhipot-lalitpur",
            "code": "5610"
        },
        {
            "id": 5609,
            "title": "House for Sale at Raniban",
            "slug": "house-for-sale-at-raniban",
            "code": "5609"
        }
    ]
}