Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=104
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=105",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=103",
    "results": [
        {
            "id": 7083,
            "title": "House for Sale at Bhaisepati",
            "slug": "house-for-sale-at-bhaisepati",
            "code": "7083"
        },
        {
            "id": 7082,
            "title": "House for Sale at Dhobighat",
            "slug": "house-for-sale-at-dhobighat",
            "code": "7082"
        },
        {
            "id": 7081,
            "title": "House for Sale at Harsha Chowk | Thimi",
            "slug": "house-for-sale-at-dadhikot",
            "code": "7081"
        },
        {
            "id": 7080,
            "title": "Commercial space for Rent at Babarmahal",
            "slug": "commercial-space-for-rent-at-babarmahal",
            "code": "7080"
        },
        {
            "id": 7079,
            "title": "Land for Sale at Baluwatar",
            "slug": "land-for-sale-in-chandol-baluwatar",
            "code": "7079"
        },
        {
            "id": 7078,
            "title": "House for Sale at Dadhikot",
            "slug": "house-for-sale-at-dadhikot",
            "code": "7078"
        },
        {
            "id": 7077,
            "title": "Flat for Rent at Maitighar",
            "slug": "flat-for-rent-at-maitighar",
            "code": "7077"
        },
        {
            "id": 7076,
            "title": "Commercial Space at Babarmahal for Rent",
            "slug": "commercial-space-at-babarmahal-for-rent",
            "code": "7076"
        },
        {
            "id": 7075,
            "title": "Commercial at Babarmahal for Rent",
            "slug": "commercial-at-babarmahal-for-rent",
            "code": "7075"
        },
        {
            "id": 7074,
            "title": "House for Sale at Koteshwor",
            "slug": "house-for-sale-at-koteshwore",
            "code": "7074"
        },
        {
            "id": 7073,
            "title": "Land for Sale at Budanilkantha",
            "slug": "land-for-sale-in-budanilkantha",
            "code": "7073"
        },
        {
            "id": 7072,
            "title": "House for Sale at Kapan | Milan Chowk",
            "slug": "house-for-sale-at-kapan-milan-chowk",
            "code": "7072"
        }
    ]
}