Retrieve a list of recent changes.

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

{
    "id": 3008,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3008/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3008/?format=api",
    "display": "DCIM | cable termination Cable #53 to ether1 created by voc",
    "time": "2025-07-16T18:26:58.481139Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "5023f501-0e00-45d9-affb-9c20efb0cc51",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 84,
    "changed_object": {
        "id": 84,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/84/?format=api",
        "display": "Cable #53 to ether1",
        "cable": 53,
        "cable_end": "B",
        "termination_type": "dcim.interface",
        "termination_id": 785,
        "termination": {
            "id": 785,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/785/?format=api",
            "display": "ether1",
            "device": {
                "id": 49,
                "url": "https://netbox.c3voc.de/api/dcim/devices/49/?format=api",
                "display": "reciever 2",
                "name": "reciever 2",
                "description": ""
            },
            "name": "ether1",
            "description": "",
            "cable": {
                "id": 53,
                "url": "https://netbox.c3voc.de/api/dcim/cables/53/?format=api",
                "display": "#53",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:26:58.480457Z",
        "last_updated": "2025-07-16T18:26:58.480467Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 53,
        "cable_end": "B",
        "termination_id": 785,
        "termination_type": 32
    }
}