GET /oneadminarto/comment/?ordering=-created
HTTP 200 OK
  Allow: GET, POST, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "user": "arto@gmail.com",
            "created": "2017-07-08T21:00:54.588211Z",
            "updated": "2017-07-08T21:00:54.588374Z",
            "title": "aa",
            "text": "dd",
            "objectId": 383,
            "business": null,
            "contentType": 21
        },
        {
            "id": 1,
            "user": "telran@gmail.com",
            "created": "2017-05-24T18:05:48.556789Z",
            "updated": "2017-05-24T18:05:48.556871Z",
            "title": "זה אחלה קטגוריה",
            "text": "גגג",
            "objectId": 542,
            "business": null,
            "contentType": 12
        }
    ]
}