Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=64
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=65",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=63",
    "results": [
        {
            "id": 7693,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilaknatha",
            "code": "7693"
        },
        {
            "id": 7692,
            "title": "Land for Sale at Itahari | Army Camp",
            "slug": "land-for-sale-at-army-camp",
            "code": "7692"
        },
        {
            "id": 7691,
            "title": "House for Sale at Kalanki | Malpot",
            "slug": "house-for-sale-at-kalanki-malpot",
            "code": "7691"
        },
        {
            "id": 7690,
            "title": "Land for Sale at Halgada",
            "slug": "land-for-sale-at-halgada",
            "code": "7690"
        },
        {
            "id": 7689,
            "title": "House for Sale at Sanepa | Sanchal Height",
            "slug": "house-for-sale-at-sanepa-sanchal-height",
            "code": "7689"
        },
        {
            "id": 7688,
            "title": "House for Sale at Itahari | Armycamp",
            "slug": "house-for-sale-at-armycamp",
            "code": "7688"
        },
        {
            "id": 7687,
            "title": "Land for Sale at Sanepa | Sanchal Height",
            "slug": "land-for-sale-at-sanepa-sanchal-height",
            "code": "7687"
        },
        {
            "id": 7686,
            "title": "Land for Sale at Harisiddhi",
            "slug": "land-for-sale-at-harisiddhi-lalitpur",
            "code": "7686"
        },
        {
            "id": 7685,
            "title": "House for Sale at Tokha",
            "slug": "house-for-sale-tokha",
            "code": "7685"
        },
        {
            "id": 7684,
            "title": "Land for Sale at Bagdol",
            "slug": "land-for-sale-at-baghdol-lalitpur",
            "code": "7684"
        },
        {
            "id": 7683,
            "title": "House for Sale at Sudal",
            "slug": "house-for-sale-at-sudalbhaktapur",
            "code": "7683"
        },
        {
            "id": 7682,
            "title": "Land for Sale at Palase Viral Planning",
            "slug": "house-for-sale-at-sudalbhaktapur",
            "code": "7682"
        }
    ]
}