Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=212
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=213",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=211",
    "results": [
        {
            "id": 5463,
            "title": "South Facing Land for Sale at Gothatar",
            "slug": "south-face-land-for-sale-at-gothatar-kathmandu",
            "code": "5463"
        },
        {
            "id": 5462,
            "title": "Commercial Land for Sale at Baluwatar",
            "slug": "commercial-land-for-sale-in-baluwatar",
            "code": "5462"
        },
        {
            "id": 5461,
            "title": "Commercial Land for Sale at Bagbazar",
            "slug": "commercial-land-for-sale-in-bagbazar",
            "code": "5461"
        },
        {
            "id": 5460,
            "title": "Land for Sale at Bafal",
            "slug": "land-for-sale-in-bafal",
            "code": "5460"
        },
        {
            "id": 5459,
            "title": "House for Sale at Mhepi",
            "slug": "house-for-sale-in-mhepi",
            "code": "5459"
        },
        {
            "id": 5458,
            "title": "House for Sale at Lazimpat",
            "slug": "house-for-sale-in-lazimpat",
            "code": "5458"
        },
        {
            "id": 5457,
            "title": "Land for Sale at Itahari - 6 | Aaitabare",
            "slug": "land-for-sale-at-itahari-6-aaitabare",
            "code": "5457"
        },
        {
            "id": 5455,
            "title": "Residental Property for Sale at Jhamshikhel",
            "slug": "resident-property-for-sale-at-jhamshikhel",
            "code": "5455"
        },
        {
            "id": 5454,
            "title": "Land for Sale at Lele",
            "slug": "land-for-sale-at-lele",
            "code": "5454"
        },
        {
            "id": 5453,
            "title": "Residential Property for Rent at Jhamshikhel",
            "slug": "residential-property-for-rent-at-jhamshikhel",
            "code": "5453"
        },
        {
            "id": 5452,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "5452"
        },
        {
            "id": 5451,
            "title": "Commercial Property for Rent at Baluwatar",
            "slug": "commercial-property-for-rent-at-baluwatar",
            "code": "5451"
        }
    ]
}