Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=128
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=129",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=127",
    "results": [
        {
            "id": 6728,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "6728"
        },
        {
            "id": 6726,
            "title": "Land for Sale at Lasuntar",
            "slug": "land-for-sale-at-lasuntar",
            "code": "6726"
        },
        {
            "id": 6724,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "6724"
        },
        {
            "id": 6723,
            "title": "House for Sale at Dharan - 16 | Bhumipath",
            "slug": "house-for-sale-at-dharan-16-bhumipath",
            "code": "6723"
        },
        {
            "id": 6722,
            "title": "Land for Sale at Tarkeshwor",
            "slug": "land-for-sale-at-tarkeshwor",
            "code": "6722"
        },
        {
            "id": 6721,
            "title": "Land for Sale at Raniban",
            "slug": "land-for-sale-at-raniban",
            "code": "6721"
        },
        {
            "id": 6720,
            "title": "Apartment for Rent at Guna Colony",
            "slug": "apartment-for-rent-at-guna-colony",
            "code": "6720"
        },
        {
            "id": 6719,
            "title": "Land for Sale at Itahari - 7 | Balgram",
            "slug": "land-for-sale-at-itahari-7-balgram",
            "code": "6719"
        },
        {
            "id": 6718,
            "title": "House for Rent at Chakrapath",
            "slug": "house-on-rent-at-maharajgunj",
            "code": "6718"
        },
        {
            "id": 6717,
            "title": "House for Sale at Bhangal",
            "slug": "house-on-sale-at-bhangal",
            "code": "6717"
        },
        {
            "id": 6715,
            "title": "House for Sale at Sundarbasti |  Bhangal",
            "slug": "house-on-sale-at-sundarbasti",
            "code": "6715"
        },
        {
            "id": 6713,
            "title": "House for Sale at Sundarbasti |  Bhangal",
            "slug": "house-on-sale-at-sundar-basti",
            "code": "6713"
        }
    ]
}