Retrieve a list of recent changes.

GET /api/core/object-changes/?format=api&offset=50
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 699,
    "next": "https://netbox.c3voc.de/api/core/object-changes/?format=api&limit=50&offset=100",
    "previous": "https://netbox.c3voc.de/api/core/object-changes/?format=api&limit=50",
    "results": [
        {
            "id": 3615,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3615/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3615/?format=api",
            "display": "DCIM | cable termination Cable #70 to 7 created by voc",
            "time": "2025-07-23T16:19:12.982456Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "14ff797f-dc0a-48c8-973e-e12acbf54b12",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 124,
            "changed_object": {
                "id": 124,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/124/?format=api",
                "display": "Cable #70 to 7",
                "cable": 70,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 9,
                "termination": {
                    "id": 9,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/9/?format=api",
                    "display": "7",
                    "device": {
                        "id": 10,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                        "display": "Main",
                        "name": "Main",
                        "description": ""
                    },
                    "name": "7",
                    "description": "",
                    "cable": {
                        "id": 70,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/70/?format=api",
                        "display": "#70",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:19:12.981563Z",
                "last_updated": "2025-07-23T16:19:12.981571Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 70,
                "cable_end": "A",
                "termination_id": 9,
                "termination_type": 39
            }
        },
        {
            "id": 3614,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3614/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3614/?format=api",
            "display": "DCIM | cable #70 created by voc",
            "time": "2025-07-23T16:19:12.963495Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "14ff797f-dc0a-48c8-973e-e12acbf54b12",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 70,
            "changed_object": {
                "id": 70,
                "url": "https://netbox.c3voc.de/api/dcim/cables/70/?format=api",
                "display": "#70",
                "label": "",
                "description": ""
            },
            "prechange_data": {},
            "postchange_data": {
                "tags": [],
                "type": "",
                "color": "111111",
                "label": "",
                "length": "1.5",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            }
        },
        {
            "id": 3613,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3613/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3613/?format=api",
            "display": "DCIM | cable termination Cable #69 to PSU0 created by voc",
            "time": "2025-07-23T16:17:56.350439Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ba5bbe1f-d7e6-427a-bb03-9fdb4eb6d6e3",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 123,
            "changed_object": {
                "id": 123,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/123/?format=api",
                "display": "Cable #69 to PSU0",
                "cable": 69,
                "cable_end": "B",
                "termination_type": "dcim.powerport",
                "termination_id": 11,
                "termination": {
                    "id": 11,
                    "url": "https://netbox.c3voc.de/api/dcim/power-ports/11/?format=api",
                    "display": "PSU0",
                    "device": {
                        "id": 6,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                        "display": "storage",
                        "name": "storage",
                        "description": ""
                    },
                    "name": "PSU0",
                    "description": "",
                    "cable": {
                        "id": 69,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/69/?format=api",
                        "display": "#69",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:17:56.349754Z",
                "last_updated": "2025-07-23T16:17:56.349764Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 69,
                "cable_end": "B",
                "termination_id": 11,
                "termination_type": 42
            }
        },
        {
            "id": 3612,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3612/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3612/?format=api",
            "display": "DCIM | cable termination Cable #69 to 8 created by voc",
            "time": "2025-07-23T16:17:56.344135Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ba5bbe1f-d7e6-427a-bb03-9fdb4eb6d6e3",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 122,
            "changed_object": {
                "id": 122,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/122/?format=api",
                "display": "Cable #69 to 8",
                "cable": 69,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 10,
                "termination": {
                    "id": 10,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/10/?format=api",
                    "display": "8",
                    "device": {
                        "id": 10,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                        "display": "Main",
                        "name": "Main",
                        "description": ""
                    },
                    "name": "8",
                    "description": "",
                    "cable": {
                        "id": 69,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/69/?format=api",
                        "display": "#69",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:17:56.343083Z",
                "last_updated": "2025-07-23T16:17:56.343097Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 69,
                "cable_end": "A",
                "termination_id": 10,
                "termination_type": 39
            }
        },
        {
            "id": 3611,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3611/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3611/?format=api",
            "display": "DCIM | cable #69 created by voc",
            "time": "2025-07-23T16:17:56.327422Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ba5bbe1f-d7e6-427a-bb03-9fdb4eb6d6e3",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 69,
            "changed_object": {
                "id": 69,
                "url": "https://netbox.c3voc.de/api/dcim/cables/69/?format=api",
                "display": "#69",
                "label": "",
                "description": ""
            },
            "prechange_data": {},
            "postchange_data": {
                "tags": [],
                "type": "",
                "color": "111111",
                "label": "",
                "length": "1.5",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            }
        },
        {
            "id": 3610,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3610/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3610/?format=api",
            "display": "DCIM | cable termination Cable #68 to PSU1 created by voc",
            "time": "2025-07-23T16:17:23.082974Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d971721f-72e5-4305-891e-ea6a1f68abb9",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 121,
            "changed_object": {
                "id": 121,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/121/?format=api",
                "display": "Cable #68 to PSU1",
                "cable": 68,
                "cable_end": "B",
                "termination_type": "dcim.powerport",
                "termination_id": 12,
                "termination": {
                    "id": 12,
                    "url": "https://netbox.c3voc.de/api/dcim/power-ports/12/?format=api",
                    "display": "PSU1",
                    "device": {
                        "id": 6,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                        "display": "storage",
                        "name": "storage",
                        "description": ""
                    },
                    "name": "PSU1",
                    "description": "",
                    "cable": {
                        "id": 68,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/68/?format=api",
                        "display": "#68",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:17:23.081628Z",
                "last_updated": "2025-07-23T16:17:23.081638Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 68,
                "cable_end": "B",
                "termination_id": 12,
                "termination_type": 42
            }
        },
        {
            "id": 3609,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3609/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3609/?format=api",
            "display": "DCIM | cable termination Cable #68 to 8 created by voc",
            "time": "2025-07-23T16:17:23.071610Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d971721f-72e5-4305-891e-ea6a1f68abb9",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 120,
            "changed_object": {
                "id": 120,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/120/?format=api",
                "display": "Cable #68 to 8",
                "cable": 68,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 18,
                "termination": {
                    "id": 18,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/18/?format=api",
                    "display": "8",
                    "device": {
                        "id": 11,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                        "display": "Redundancy",
                        "name": "Redundancy",
                        "description": ""
                    },
                    "name": "8",
                    "description": "",
                    "cable": {
                        "id": 68,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/68/?format=api",
                        "display": "#68",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:17:23.068997Z",
                "last_updated": "2025-07-23T16:17:23.069015Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 68,
                "cable_end": "A",
                "termination_id": 18,
                "termination_type": 39
            }
        },
        {
            "id": 3608,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3608/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3608/?format=api",
            "display": "DCIM | cable #68 created by voc",
            "time": "2025-07-23T16:17:23.042230Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d971721f-72e5-4305-891e-ea6a1f68abb9",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 68,
            "changed_object": {
                "id": 68,
                "url": "https://netbox.c3voc.de/api/dcim/cables/68/?format=api",
                "display": "#68",
                "label": "",
                "description": ""
            },
            "prechange_data": {},
            "postchange_data": {
                "tags": [],
                "type": "",
                "color": "ffffff",
                "label": "",
                "length": "1.5",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            }
        },
        {
            "id": 3607,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3607/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3607/?format=api",
            "display": "DCIM | cable termination Cable #43 to 3 created by voc",
            "time": "2025-07-23T16:08:34.504124Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "2597b7fd-96a8-42c8-a183-35b1bb35d66e",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 119,
            "changed_object": {
                "id": 119,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/119/?format=api",
                "display": "Cable #43 to 3",
                "cable": 43,
                "cable_end": "B",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 13,
                "termination": {
                    "id": 13,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/13/?format=api",
                    "display": "3",
                    "device": {
                        "id": 11,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                        "display": "Redundancy",
                        "name": "Redundancy",
                        "description": ""
                    },
                    "name": "3",
                    "description": "",
                    "cable": {
                        "id": 43,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/43/?format=api",
                        "display": "#43",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:08:34.502052Z",
                "last_updated": "2025-07-23T16:08:34.502061Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 43,
                "cable_end": "B",
                "termination_id": 13,
                "termination_type": 39
            }
        },
        {
            "id": 3606,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3606/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3606/?format=api",
            "display": "DCIM | cable termination Cable #43 to 5 deleted by voc",
            "time": "2025-07-23T16:08:34.446185Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "2597b7fd-96a8-42c8-a183-35b1bb35d66e",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 62,
            "changed_object": null,
            "prechange_data": {
                "cable": 43,
                "cable_end": "B",
                "termination_id": 15,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3605,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3605/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3605/?format=api",
            "display": "DCIM | cable termination Cable #40 to 2 created by voc",
            "time": "2025-07-23T16:08:11.031692Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "c2d2dcfe-7d30-4c4e-8edf-f3e5be2807b3",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 118,
            "changed_object": {
                "id": 118,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/118/?format=api",
                "display": "Cable #40 to 2",
                "cable": 40,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 12,
                "termination": {
                    "id": 12,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/12/?format=api",
                    "display": "2",
                    "device": {
                        "id": 11,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                        "display": "Redundancy",
                        "name": "Redundancy",
                        "description": ""
                    },
                    "name": "2",
                    "description": "",
                    "cable": {
                        "id": 40,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/40/?format=api",
                        "display": "#40",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:08:11.030899Z",
                "last_updated": "2025-07-23T16:08:11.030909Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 40,
                "cable_end": "A",
                "termination_id": 12,
                "termination_type": 39
            }
        },
        {
            "id": 3604,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3604/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3604/?format=api",
            "display": "DCIM | cable termination Cable #40 to 7 deleted by voc",
            "time": "2025-07-23T16:08:10.999681Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "c2d2dcfe-7d30-4c4e-8edf-f3e5be2807b3",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 51,
            "changed_object": null,
            "prechange_data": {
                "cable": 40,
                "cable_end": "A",
                "termination_id": 17,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3603,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3603/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3603/?format=api",
            "display": "DCIM | cable termination Cable #41 to 1 created by voc",
            "time": "2025-07-23T16:07:41.307210Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ed1ef9f5-bae5-430c-b312-a5670f6a468e",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 117,
            "changed_object": {
                "id": 117,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/117/?format=api",
                "display": "Cable #41 to 1",
                "cable": 41,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 11,
                "termination": {
                    "id": 11,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/11/?format=api",
                    "display": "1",
                    "device": {
                        "id": 11,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                        "display": "Redundancy",
                        "name": "Redundancy",
                        "description": ""
                    },
                    "name": "1",
                    "description": "",
                    "cable": {
                        "id": 41,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/41/?format=api",
                        "display": "#41",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:07:41.306043Z",
                "last_updated": "2025-07-23T16:07:41.306053Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 41,
                "cable_end": "A",
                "termination_id": 11,
                "termination_type": 39
            }
        },
        {
            "id": 3602,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3602/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3602/?format=api",
            "display": "DCIM | cable termination Cable #41 to 8 deleted by voc",
            "time": "2025-07-23T16:07:41.274310Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ed1ef9f5-bae5-430c-b312-a5670f6a468e",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 53,
            "changed_object": null,
            "prechange_data": {
                "cable": 41,
                "cable_end": "A",
                "termination_id": 18,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3601,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3601/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3601/?format=api",
            "display": "DCIM | cable #38 deleted by voc",
            "time": "2025-07-23T16:07:11.312087Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "bd9a6862-fceb-4125-b342-5af8360d1c85",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 38,
            "changed_object": null,
            "prechange_data": {
                "tags": [],
                "type": "power",
                "color": "ffffff",
                "label": "",
                "length": "1.00",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3600,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3600/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3600/?format=api",
            "display": "DCIM | cable termination Cable #38 to PSU2 deleted by voc",
            "time": "2025-07-23T16:07:11.307900Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "bd9a6862-fceb-4125-b342-5af8360d1c85",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 48,
            "changed_object": null,
            "prechange_data": {
                "cable": 38,
                "cable_end": "B",
                "termination_id": 8,
                "termination_type": 42
            },
            "postchange_data": {}
        },
        {
            "id": 3599,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3599/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3599/?format=api",
            "display": "DCIM | cable termination Cable #38 to 3 deleted by voc",
            "time": "2025-07-23T16:07:11.298790Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "bd9a6862-fceb-4125-b342-5af8360d1c85",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 47,
            "changed_object": null,
            "prechange_data": {
                "cable": 38,
                "cable_end": "A",
                "termination_id": 13,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3598,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3598/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3598/?format=api",
            "display": "DCIM | cable #37 deleted by voc",
            "time": "2025-07-23T16:07:01.565505Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "9e194486-9e3e-4645-bca3-6af76d12e0c1",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 37,
            "changed_object": null,
            "prechange_data": {
                "tags": [],
                "type": "power",
                "color": "ffffff",
                "label": "",
                "length": "1.00",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3597,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3597/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3597/?format=api",
            "display": "DCIM | cable termination Cable #37 to PSU2 deleted by voc",
            "time": "2025-07-23T16:07:01.561706Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "9e194486-9e3e-4645-bca3-6af76d12e0c1",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 46,
            "changed_object": null,
            "prechange_data": {
                "cable": 37,
                "cable_end": "B",
                "termination_id": 6,
                "termination_type": 42
            },
            "postchange_data": {}
        },
        {
            "id": 3596,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3596/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3596/?format=api",
            "display": "DCIM | cable termination Cable #37 to 2 deleted by voc",
            "time": "2025-07-23T16:07:01.553781Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "9e194486-9e3e-4645-bca3-6af76d12e0c1",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 45,
            "changed_object": null,
            "prechange_data": {
                "cable": 37,
                "cable_end": "A",
                "termination_id": 12,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3595,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3595/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3595/?format=api",
            "display": "DCIM | cable #36 deleted by voc",
            "time": "2025-07-23T16:06:51.990681Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "298eab82-9da6-4f70-99e6-932d94e60ed1",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 36,
            "changed_object": null,
            "prechange_data": {
                "tags": [],
                "type": "power",
                "color": "ffffff",
                "label": "",
                "length": "1.00",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3594,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3594/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3594/?format=api",
            "display": "DCIM | cable termination Cable #36 to PSU1 deleted by voc",
            "time": "2025-07-23T16:06:51.986585Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "298eab82-9da6-4f70-99e6-932d94e60ed1",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 44,
            "changed_object": null,
            "prechange_data": {
                "cable": 36,
                "cable_end": "B",
                "termination_id": 12,
                "termination_type": 42
            },
            "postchange_data": {}
        },
        {
            "id": 3593,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3593/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3593/?format=api",
            "display": "DCIM | cable termination Cable #36 to 1 deleted by voc",
            "time": "2025-07-23T16:06:51.977369Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "298eab82-9da6-4f70-99e6-932d94e60ed1",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 43,
            "changed_object": null,
            "prechange_data": {
                "cable": 36,
                "cable_end": "A",
                "termination_id": 11,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3592,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3592/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3592/?format=api",
            "display": "DCIM | cable termination Cable #35 to 1 created by voc",
            "time": "2025-07-23T16:06:08.516352Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "00942095-5ba7-49f8-91e3-95bf5f6f11ef",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 116,
            "changed_object": {
                "id": 116,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/116/?format=api",
                "display": "Cable #35 to 1",
                "cable": 35,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 3,
                "termination": {
                    "id": 3,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/3/?format=api",
                    "display": "1",
                    "device": {
                        "id": 10,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                        "display": "Main",
                        "name": "Main",
                        "description": ""
                    },
                    "name": "1",
                    "description": "",
                    "cable": {
                        "id": 35,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/35/?format=api",
                        "display": "#35",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:06:08.515544Z",
                "last_updated": "2025-07-23T16:06:08.515553Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 35,
                "cable_end": "A",
                "termination_id": 3,
                "termination_type": 39
            }
        },
        {
            "id": 3591,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3591/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3591/?format=api",
            "display": "DCIM | cable termination Cable #35 to 8 deleted by voc",
            "time": "2025-07-23T16:06:08.484232Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "00942095-5ba7-49f8-91e3-95bf5f6f11ef",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 41,
            "changed_object": null,
            "prechange_data": {
                "cable": 35,
                "cable_end": "A",
                "termination_id": 10,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3590,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3590/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3590/?format=api",
            "display": "DCIM | cable #29 deleted by voc",
            "time": "2025-07-23T16:05:46.376684Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "1c337d6c-00d7-42e4-8a90-7865a1abb294",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 29,
            "changed_object": null,
            "prechange_data": {
                "tags": [],
                "type": "power",
                "color": "111111",
                "label": "",
                "length": "1.00",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3589,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3589/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3589/?format=api",
            "display": "DCIM | cable termination Cable #29 to PSU0 deleted by voc",
            "time": "2025-07-23T16:05:46.372934Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "1c337d6c-00d7-42e4-8a90-7865a1abb294",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 30,
            "changed_object": null,
            "prechange_data": {
                "cable": 29,
                "cable_end": "B",
                "termination_id": 11,
                "termination_type": 42
            },
            "postchange_data": {}
        },
        {
            "id": 3588,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3588/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3588/?format=api",
            "display": "DCIM | cable termination Cable #29 to 1 deleted by voc",
            "time": "2025-07-23T16:05:46.365561Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "1c337d6c-00d7-42e4-8a90-7865a1abb294",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 29,
            "changed_object": null,
            "prechange_data": {
                "cable": 29,
                "cable_end": "A",
                "termination_id": 3,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3587,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3587/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3587/?format=api",
            "display": "DCIM | cable termination Cable #34 to 2 created by voc",
            "time": "2025-07-23T16:05:29.879564Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "abeb8a4a-d9c4-49af-81b3-9acd3b2f4c11",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 115,
            "changed_object": {
                "id": 115,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/115/?format=api",
                "display": "Cable #34 to 2",
                "cable": 34,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 4,
                "termination": {
                    "id": 4,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/4/?format=api",
                    "display": "2",
                    "device": {
                        "id": 10,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                        "display": "Main",
                        "name": "Main",
                        "description": ""
                    },
                    "name": "2",
                    "description": "",
                    "cable": {
                        "id": 34,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/34/?format=api",
                        "display": "#34",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:05:29.878685Z",
                "last_updated": "2025-07-23T16:05:29.878693Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 34,
                "cable_end": "A",
                "termination_id": 4,
                "termination_type": 39
            }
        },
        {
            "id": 3586,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3586/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3586/?format=api",
            "display": "DCIM | cable termination Cable #34 to 7 deleted by voc",
            "time": "2025-07-23T16:05:29.844072Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "abeb8a4a-d9c4-49af-81b3-9acd3b2f4c11",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 39,
            "changed_object": null,
            "prechange_data": {
                "cable": 34,
                "cable_end": "A",
                "termination_id": 9,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3585,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3585/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3585/?format=api",
            "display": "DCIM | cable #30 deleted by voc",
            "time": "2025-07-23T16:05:10.029882Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "cabaee11-7c92-427f-ba1b-785062ef1122",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 30,
            "changed_object": null,
            "prechange_data": {
                "tags": [],
                "type": "power",
                "color": "111111",
                "label": "",
                "length": "1.00",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3584,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3584/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3584/?format=api",
            "display": "DCIM | cable termination Cable #30 to PSU1 deleted by voc",
            "time": "2025-07-23T16:05:10.025664Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "cabaee11-7c92-427f-ba1b-785062ef1122",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 32,
            "changed_object": null,
            "prechange_data": {
                "cable": 30,
                "cable_end": "B",
                "termination_id": 5,
                "termination_type": 42
            },
            "postchange_data": {}
        },
        {
            "id": 3583,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3583/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3583/?format=api",
            "display": "DCIM | cable termination Cable #30 to 2 deleted by voc",
            "time": "2025-07-23T16:05:10.016875Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "cabaee11-7c92-427f-ba1b-785062ef1122",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 31,
            "changed_object": null,
            "prechange_data": {
                "cable": 30,
                "cable_end": "A",
                "termination_id": 4,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3582,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3582/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3582/?format=api",
            "display": "DCIM | cable termination Cable #33 to 3 created by voc",
            "time": "2025-07-23T16:04:48.024493Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "1ce331c8-a9b9-4cde-ad5b-3cb83358c50a",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 114,
            "changed_object": {
                "id": 114,
                "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/114/?format=api",
                "display": "Cable #33 to 3",
                "cable": 33,
                "cable_end": "A",
                "termination_type": "dcim.poweroutlet",
                "termination_id": 5,
                "termination": {
                    "id": 5,
                    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/5/?format=api",
                    "display": "3",
                    "device": {
                        "id": 10,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                        "display": "Main",
                        "name": "Main",
                        "description": ""
                    },
                    "name": "3",
                    "description": "",
                    "cable": {
                        "id": 33,
                        "url": "https://netbox.c3voc.de/api/dcim/cables/33/?format=api",
                        "display": "#33",
                        "label": "",
                        "description": ""
                    },
                    "_occupied": true
                },
                "created": "2025-07-23T16:04:48.023037Z",
                "last_updated": "2025-07-23T16:04:48.023046Z"
            },
            "prechange_data": {},
            "postchange_data": {
                "cable": 33,
                "cable_end": "A",
                "termination_id": 5,
                "termination_type": 39
            }
        },
        {
            "id": 3581,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3581/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3581/?format=api",
            "display": "DCIM | cable termination Cable #33 to 6 deleted by voc",
            "time": "2025-07-23T16:04:47.990254Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "1ce331c8-a9b9-4cde-ad5b-3cb83358c50a",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 37,
            "changed_object": null,
            "prechange_data": {
                "cable": 33,
                "cable_end": "A",
                "termination_id": 8,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3580,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3580/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3580/?format=api",
            "display": "DCIM | cable #31 deleted by voc",
            "time": "2025-07-23T16:04:29.993561Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b6701cfe-e114-4fee-9d50-96df63042504",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cable",
            "changed_object_id": 31,
            "changed_object": null,
            "prechange_data": {
                "tags": [],
                "type": "power",
                "color": "111111",
                "label": "",
                "length": "1.00",
                "status": "connected",
                "tenant": null,
                "comments": "",
                "description": "",
                "length_unit": "m",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3579,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3579/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3579/?format=api",
            "display": "DCIM | cable termination Cable #31 to PSU1 deleted by voc",
            "time": "2025-07-23T16:04:29.984942Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b6701cfe-e114-4fee-9d50-96df63042504",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 34,
            "changed_object": null,
            "prechange_data": {
                "cable": 31,
                "cable_end": "B",
                "termination_id": 7,
                "termination_type": 42
            },
            "postchange_data": {}
        },
        {
            "id": 3578,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3578/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3578/?format=api",
            "display": "DCIM | cable termination Cable #31 to 3 deleted by voc",
            "time": "2025-07-23T16:04:29.972689Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b6701cfe-e114-4fee-9d50-96df63042504",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.cabletermination",
            "changed_object_id": 33,
            "changed_object": null,
            "prechange_data": {
                "cable": 31,
                "cable_end": "A",
                "termination_id": 5,
                "termination_type": 39
            },
            "postchange_data": {}
        },
        {
            "id": 3577,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3577/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3577/?format=api",
            "display": "DCIM | rack Lectern Module updated by voc",
            "time": "2025-07-23T16:02:42.089491Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 13,
            "changed_object": {
                "id": 13,
                "url": "https://netbox.c3voc.de/api/dcim/racks/13/?format=api",
                "display": "Lectern Module",
                "name": "Lectern Module",
                "description": ""
            },
            "prechange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 6,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 6,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3576,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3576/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3576/?format=api",
            "display": "DCIM | rack FOH Module updated by voc",
            "time": "2025-07-23T16:02:42.069739Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 7,
            "changed_object": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/dcim/racks/7/?format=api",
                "display": "FOH Module",
                "name": "FOH Module",
                "description": ""
            },
            "prechange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 6,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 6,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3575,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3575/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3575/?format=api",
            "display": "DCIM | rack Lectern Module updated by voc",
            "time": "2025-07-23T16:02:42.049341Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 12,
            "changed_object": {
                "id": 12,
                "url": "https://netbox.c3voc.de/api/dcim/racks/12/?format=api",
                "display": "Lectern Module",
                "name": "Lectern Module",
                "description": ""
            },
            "prechange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 5,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 5,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3574,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3574/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3574/?format=api",
            "display": "DCIM | rack FOH Module updated by voc",
            "time": "2025-07-23T16:02:42.029084Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 6,
            "changed_object": {
                "id": 6,
                "url": "https://netbox.c3voc.de/api/dcim/racks/6/?format=api",
                "display": "FOH Module",
                "name": "FOH Module",
                "description": ""
            },
            "prechange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 5,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 5,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3573,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3573/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3573/?format=api",
            "display": "DCIM | rack Lectern Module updated by voc",
            "time": "2025-07-23T16:02:42.005650Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 11,
            "changed_object": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/racks/11/?format=api",
                "display": "Lectern Module",
                "name": "Lectern Module",
                "description": ""
            },
            "prechange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 4,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 4,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3572,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3572/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3572/?format=api",
            "display": "DCIM | rack FOH Module updated by voc",
            "time": "2025-07-23T16:02:41.985822Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 5,
            "changed_object": {
                "id": 5,
                "url": "https://netbox.c3voc.de/api/dcim/racks/5/?format=api",
                "display": "FOH Module",
                "name": "FOH Module",
                "description": ""
            },
            "prechange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 4,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 4,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3571,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3571/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3571/?format=api",
            "display": "DCIM | rack Lectern Module updated by voc",
            "time": "2025-07-23T16:02:41.965488Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 10,
            "changed_object": {
                "id": 10,
                "url": "https://netbox.c3voc.de/api/dcim/racks/10/?format=api",
                "display": "Lectern Module",
                "name": "Lectern Module",
                "description": ""
            },
            "prechange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 3,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 3,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3570,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3570/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3570/?format=api",
            "display": "DCIM | rack FOH Module updated by voc",
            "time": "2025-07-23T16:02:41.945239Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 4,
            "changed_object": {
                "id": 4,
                "url": "https://netbox.c3voc.de/api/dcim/racks/4/?format=api",
                "display": "FOH Module",
                "name": "FOH Module",
                "description": ""
            },
            "prechange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 3,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 3,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3569,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3569/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3569/?format=api",
            "display": "DCIM | rack Lectern Module updated by voc",
            "time": "2025-07-23T16:02:41.923338Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 9,
            "changed_object": {
                "id": 9,
                "url": "https://netbox.c3voc.de/api/dcim/racks/9/?format=api",
                "display": "Lectern Module",
                "name": "Lectern Module",
                "description": ""
            },
            "prechange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 2,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 2,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3568,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3568/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3568/?format=api",
            "display": "DCIM | rack FOH Module updated by voc",
            "time": "2025-07-23T16:02:41.898104Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 3,
            "changed_object": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/dcim/racks/3/?format=api",
                "display": "FOH Module",
                "name": "FOH Module",
                "description": ""
            },
            "prechange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 2,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 2,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3567,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3567/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3567/?format=api",
            "display": "DCIM | rack Lectern Module updated by voc",
            "time": "2025-07-23T16:02:41.877320Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 8,
            "changed_object": {
                "id": 8,
                "url": "https://netbox.c3voc.de/api/dcim/racks/8/?format=api",
                "display": "Lectern Module",
                "name": "Lectern Module",
                "description": ""
            },
            "prechange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 1,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "Lectern Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 1,
                "u_height": 2,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        },
        {
            "id": 3566,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3566/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3566/?format=api",
            "display": "DCIM | rack FOH Module updated by voc",
            "time": "2025-07-23T16:02:41.853375Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.rack",
            "changed_object_id": 2,
            "changed_object": {
                "id": 2,
                "url": "https://netbox.c3voc.de/api/dcim/racks/2/?format=api",
                "display": "FOH Module",
                "name": "FOH Module",
                "description": ""
            },
            "prechange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "planned",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 1,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            },
            "postchange_data": {
                "name": "FOH Module",
                "role": null,
                "site": 1,
                "tags": [],
                "type": "",
                "width": 19,
                "serial": "",
                "status": "active",
                "tenant": null,
                "weight": null,
                "comments": "",
                "location": 1,
                "u_height": 4,
                "asset_tag": null,
                "desc_units": false,
                "max_weight": null,
                "outer_unit": "",
                "description": "",
                "facility_id": null,
                "outer_depth": null,
                "outer_width": null,
                "weight_unit": "",
                "custom_fields": {},
                "starting_unit": 1,
                "mounting_depth": null
            }
        }
    ]
}