Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=5
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=6",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=4",
    "results": [
        {
            "id": 8505,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-at-budhanilkantha",
            "code": "8505"
        },
        {
            "id": 8504,
            "title": "House for Sale at Halgada",
            "slug": "house-for-sale-at-halagada",
            "code": "8504"
        },
        {
            "id": 8499,
            "title": "House for Sale at Makalbari",
            "slug": "house-for-sale-at-makalbari",
            "code": "8499"
        },
        {
            "id": 8498,
            "title": "Land for Sale at Mulpani",
            "slug": "land-for-sale-at-green-hill-city-mulpani",
            "code": "8498"
        },
        {
            "id": 8497,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali-lalitpur",
            "code": "8497"
        },
        {
            "id": 8496,
            "title": "Land for Sale at Tokha",
            "slug": "land-for-sale-at-tokha-meghacity-height",
            "code": "8496"
        },
        {
            "id": 8495,
            "title": "House for Sale at Samakhusi",
            "slug": "house-for-sale-at-samakhusi",
            "code": "8495"
        },
        {
            "id": 8494,
            "title": "House for Sale at Machhapokhari",
            "slug": "house-for-sale-at-machhapokhari",
            "code": "8494"
        },
        {
            "id": 8493,
            "title": "House for Sale at Hattiban",
            "slug": "house-for-sale-at-sitapakha",
            "code": "8493"
        },
        {
            "id": 8492,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-on-sale-buddhanilkantha-buddha-tole",
            "code": "8492"
        },
        {
            "id": 8491,
            "title": "Land for Sale at Pokhara",
            "slug": "land-for-sale-at-pokhara-18-sarangkot",
            "code": "8491"
        },
        {
            "id": 8490,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali-lalitpur",
            "code": "8490"
        }
    ]
}