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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/extras/custom-fields/2/?format=api",
    "display": "Wireguard Public Key",
    "content_types": [
        "ipam.ipaddress"
    ],
    "type": {
        "value": "text",
        "label": "Text"
    },
    "object_type": null,
    "data_type": "string",
    "name": "wg_public_key",
    "label": "Wireguard Public Key",
    "group_name": "",
    "description": "Public Key for Wireguard peer creation",
    "required": false,
    "search_weight": 1000,
    "filter_logic": {
        "value": "loose",
        "label": "Loose"
    },
    "ui_visible": {
        "value": "if-set",
        "label": "If set"
    },
    "ui_editable": {
        "value": "yes",
        "label": "Yes"
    },
    "is_cloneable": false,
    "default": null,
    "weight": 100,
    "validation_minimum": null,
    "validation_maximum": null,
    "validation_regex": "",
    "choice_set": null,
    "created": "2024-03-30T21:10:06.058979Z",
    "last_updated": "2024-03-30T21:10:06.058998Z"
}