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

{
    "id": 7,
    "url": "https://netbox.bayareabackbone.com/api/tenancy/contacts/7/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/tenancy/contacts/7/?format=api",
    "display": "Erick Steinberg",
    "groups": [],
    "name": "Erick Steinberg",
    "title": "",
    "phone": "",
    "email": "ericks@esteinberg.com",
    "address": "",
    "link": "",
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {
        "Callsign": "K6ER"
    },
    "created": "2024-12-06T07:17:55.871333Z",
    "last_updated": "2024-12-09T05:53:19.354638Z"
}