GET /oneadmin0.9/city/?format=api&limit=20&offset=200&ordering=-name
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 203,
    "next": null,
    "previous": "http://onebutton.co.il/oneadmin0.9/city/?format=api&limit=20&offset=180&ordering=-name",
    "results": [
        {
            "id": 10,
            "neighborsCount": 0,
            "name": "אור יהודה",
            "created": "2020-07-05T07:49:45.255338Z",
            "removed": false,
            "state": null
        },
        {
            "id": 9,
            "neighborsCount": 0,
            "name": "אודים",
            "created": "2020-07-05T07:49:45.248537Z",
            "removed": false,
            "state": null
        },
        {
            "id": 8,
            "neighborsCount": 0,
            "name": "אבן יהודה",
            "created": "2020-07-05T07:49:45.241899Z",
            "removed": false,
            "state": null
        }
    ]
}