Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=50
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=51",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=49",
    "results": [
        {
            "id": 7886,
            "title": "Land for Sale at Dharan - 15 | Kiratpath",
            "slug": "land-for-sale-at-dharan-15-kiratpath",
            "code": "7886"
        },
        {
            "id": 7885,
            "title": "House for Sale at Dharan - 14 | Vijaypur",
            "slug": "house-for-sale-at-dharan-14-vijaypur",
            "code": "7885"
        },
        {
            "id": 7884,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "7884"
        },
        {
            "id": 7883,
            "title": "House for sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "7883"
        },
        {
            "id": 7882,
            "title": "House for Sale at Chunikhel",
            "slug": "house-for-sale-at-chunikhel",
            "code": "7882"
        },
        {
            "id": 7881,
            "title": "Clothes Shop for Sale at Dharan - 2 | Nagendrapath",
            "slug": "clothes-shop-for-sale-at-dharan-2-nagendrapath",
            "code": "7881"
        },
        {
            "id": 7880,
            "title": "Land for Sale at Hattiban",
            "slug": "land-for-sale-at-hattiban",
            "code": "7880"
        },
        {
            "id": 7879,
            "title": "Land for Sale at Hattiban",
            "slug": "land-for-sale-at-hattiban",
            "code": "7879"
        },
        {
            "id": 7878,
            "title": "Land for Sale at Budhanilkantha | Taulung",
            "slug": "land-for-sale-at-taulung",
            "code": "7878"
        },
        {
            "id": 7877,
            "title": "House for Sale at Bhangal | Kamitar",
            "slug": "house-for-sale-at-bhangalkamitar",
            "code": "7877"
        },
        {
            "id": 7876,
            "title": "Land for Sale at Yasi Tole | Imadol",
            "slug": "land-for-sale-at-yasi-tole-imadol",
            "code": "7876"
        },
        {
            "id": 7875,
            "title": "House for Sale at Sitalheight | Imadol",
            "slug": "house-for-sale-at-sitalheight-imadol",
            "code": "7875"
        }
    ]
}