Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=7
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=8",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=6",
    "results": [
        {
            "id": 8475,
            "title": "House for Sale at Golfutar",
            "slug": "house-for-sale-at-galfutar",
            "code": "8475"
        },
        {
            "id": 8474,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali-lalitpur",
            "code": "8474"
        },
        {
            "id": 8473,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali-lalitpur",
            "code": "8473"
        },
        {
            "id": 8472,
            "title": "Commercial Property for Sale at Dhobighat",
            "slug": "commercial-property-for-sale-at-dhobighat",
            "code": "8472"
        },
        {
            "id": 8471,
            "title": "House for Rent at Gairidhara",
            "slug": "house-for-rent",
            "code": "8471"
        },
        {
            "id": 8470,
            "title": "Land for Sale at Basundhara",
            "slug": "land-for-sale-at-bashundhara",
            "code": "8470"
        },
        {
            "id": 8469,
            "title": "Land for Sale at Tarahara",
            "slug": "land-for-sale-at-tarahara",
            "code": "8469"
        },
        {
            "id": 8467,
            "title": "House for Sale at Lubhu",
            "slug": "house-for-sale-lubhu",
            "code": "8467"
        },
        {
            "id": 8465,
            "title": "Land for Sale at Sudal",
            "slug": "land-for-sale-at-sudalbhaktapur",
            "code": "8465"
        },
        {
            "id": 8464,
            "title": "Land for Sale at Duwakot",
            "slug": "land-for-sale-at-duwakotbhaktapur",
            "code": "8464"
        },
        {
            "id": 8463,
            "title": "Land for Sale at Boudha",
            "slug": "8-aana-land-for-sale-at-bouddha-town-planning",
            "code": "8463"
        },
        {
            "id": 8462,
            "title": "Land for Sale at Duwakot",
            "slug": "east-face-land-for-sale-at-duwakot",
            "code": "8462"
        }
    ]
}