GET /oneadminarto/puserType/?ordering=id
HTTP 200 OK
  Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "created": "2017-07-05T20:47:08.805380Z",
            "updated": "2017-07-05T20:47:08.805440Z",
            "name": "Regular",
            "business": 36
        }
    ]
}