Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=393
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4708,
    "next": null,
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=392",
    "results": [
        {
            "id": 2318,
            "title": "House on sale at Budhanilkantha",
            "slug": "house-on-sale-at-budhanilkantha",
            "code": "2318"
        },
        {
            "id": 2317,
            "title": "House on sale at budhanilkantha",
            "slug": "house-on-sale-at-budhanilkantha",
            "code": "2317"
        },
        {
            "id": 2316,
            "title": "House on sale at Kalimati",
            "slug": "house-on-sale-at-kalimati",
            "code": "2316"
        },
        {
            "id": 2315,
            "title": "House on sale at Budhanilkantha",
            "slug": "house-on-sale-at-budhanilkantha",
            "code": "2315"
        }
    ]
}