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

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

{
    "id": 50,
    "url": "https://netbox.kone.com/api/extras/content-types/50/?format=api",
    "display": "dcim | manufacturer",
    "app_label": "dcim",
    "model": "manufacturer"
}