Get the paginated list of all properties.

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

{
    "count": 4708,
    "next": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=322",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=320",
    "results": [
        {
            "id": 3805,
            "title": "Land for Sale at Suntakhan | Gakarneshwor | Kathmandu",
            "slug": "land-for-sale-suntakhan",
            "code": "3805"
        },
        {
            "id": 3804,
            "title": "Land for Sale at Suntakhan | Gokarneshwor",
            "slug": "land-for-sale-suntakhan",
            "code": "3804"
        },
        {
            "id": 3803,
            "title": "Land for Sale at Suntakhan | Gokarneshwor",
            "slug": "land-for-sale-suntakhan",
            "code": "3803"
        },
        {
            "id": 3802,
            "title": "House for Sale at Gokarna",
            "slug": "house-for-sale-gokarna",
            "code": "3802"
        },
        {
            "id": 3801,
            "title": "Land for Sale at Chabahil",
            "slug": "land-for-sale-chabahil",
            "code": "3801"
        },
        {
            "id": 3800,
            "title": "Land for Sale at Chabahil",
            "slug": "land-for-sale-chabahil",
            "code": "3800"
        },
        {
            "id": 3798,
            "title": "House for Sale at Dhumbarahi | Kathmandu",
            "slug": "house-for-sale-dhumbarahi",
            "code": "3798"
        },
        {
            "id": 3797,
            "title": "Land for Sale at Sukedhara",
            "slug": "land-for-sale-sukedhara",
            "code": "3797"
        },
        {
            "id": 3796,
            "title": "Land for Sale at Chabahil",
            "slug": "land-for-sale-chabahil",
            "code": "3796"
        },
        {
            "id": 3795,
            "title": "Land for Sale at Kapan",
            "slug": "land-for-sale-kapan",
            "code": "3795"
        },
        {
            "id": 3794,
            "title": "House for Sale at Nakhipot",
            "slug": "house-for-sale-nakhipot",
            "code": "3794"
        },
        {
            "id": 3793,
            "title": "Semi Commercial House For Sale At Koteshwor",
            "slug": "semi-commercial-house-for-sale-koteshwor",
            "code": "3793"
        }
    ]
}