GET /api/extras/custom-fields/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "url": "https://netbox.c3voc.de/api/extras/custom-fields/1/?format=api",
    "display": "MAC-Address",
    "content_types": [
        "ipam.ipaddress"
    ],
    "type": {
        "value": "text",
        "label": "Text"
    },
    "object_type": null,
    "data_type": "string",
    "name": "mac_address",
    "label": "MAC-Address",
    "group_name": "",
    "description": "If you enter a mac address here, it will get auto-deployed onto the dhcp servers",
    "required": false,
    "search_weight": 1000,
    "filter_logic": {
        "value": "loose",
        "label": "Loose"
    },
    "ui_visible": {
        "value": "always",
        "label": "Always"
    },
    "ui_editable": {
        "value": "yes",
        "label": "Yes"
    },
    "is_cloneable": false,
    "default": null,
    "weight": 100,
    "validation_minimum": null,
    "validation_maximum": null,
    "validation_regex": "^([0-9A-Fa-f]{2}:){5}([0-9A-Fa-f]{2})$",
    "choice_set": null,
    "created": "2022-07-23T16:03:27.825884Z",
    "last_updated": "2022-07-23T16:03:27.825899Z"
}