Read-only list of ContentTypes. Limit results to ContentTypes pertinent to NetBox objects.

GET /api/extras/content-types/125/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 125,
    "url": "https://dcim2.apik.co.id/api/extras/content-types/125/?format=api",
    "display": "django_rq | queue",
    "app_label": "django_rq",
    "model": "queue"
}