Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=45
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=46",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=44",
    "results": [
        {
            "id": 7952,
            "title": "Residential Property for Sale at Ramkot",
            "slug": "residential-property-for-sale-at-ramkot",
            "code": "7952"
        },
        {
            "id": 7951,
            "title": "Land for Sale at Gatthaghar",
            "slug": "20-aana-1-paisa-land-for-sale-at-gatthaghar",
            "code": "7951"
        },
        {
            "id": 7950,
            "title": "Land for Sale at Magargau | Sano Thimi",
            "slug": "6-aana-land-for-sale-at-magar-gau-sano-thimi",
            "code": "7950"
        },
        {
            "id": 7949,
            "title": "House for Sale at Gothatar",
            "slug": "house-for-sale-at-gothatar",
            "code": "7949"
        },
        {
            "id": 7948,
            "title": "Land for Sale at Sanogaun",
            "slug": "6-aana-land-for-sale-at-sanogaun",
            "code": "7948"
        },
        {
            "id": 7947,
            "title": "Land for Sale at Balkot",
            "slug": "5-aana-land-for-sale-at-balkot",
            "code": "7947"
        },
        {
            "id": 7946,
            "title": "Land for Sale at Suryabinayak",
            "slug": "5-aana-land-for-sale-at-chundevi",
            "code": "7946"
        },
        {
            "id": 7944,
            "title": "Land for Sale at Thaiba | Godawari",
            "slug": "land-for-sale-at-thaiba-godawari",
            "code": "7944"
        },
        {
            "id": 7943,
            "title": "Commercial Building for Sale at Sinamangal",
            "slug": "commercial-building-for-sale-at-sinamangal",
            "code": "7943"
        },
        {
            "id": 7942,
            "title": "Semi Commercial Land for Sale at Mid Baneshwor",
            "slug": "semi-commercial-land-for-sale-at-mid-baneshwor",
            "code": "7942"
        },
        {
            "id": 7941,
            "title": "Land for Sale at Koteshwor",
            "slug": "land-for-sale-at-koteshwor",
            "code": "7941"
        },
        {
            "id": 7940,
            "title": "Land for Sale at Bhaktapur | Kharipati",
            "slug": "land-for-sale-at-kharipati-bhaktapur",
            "code": "7940"
        }
    ]
}