This viewset automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.

Note: the filterset_fields is from the default django_filter 3rd party app
the ordering fields is from drf

GET /api/v1/arduinos/8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://arduino.johnedstone.net/api/v1/arduinos/8/?format=api",
    "name": "SIM900 id=8 Etienne",
    "location": "http://arduino.johnedstone.net/api/v1/locations/6/?format=api"
}