Retrieve a list of recent changes.

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

{
    "id": 3076,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3076/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3076/?format=api",
    "display": "DCIM | cable termination Cable #57 to ether1 created by voc",
    "time": "2025-07-16T18:42:53.701646Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "6ad13151-abb7-4fe6-b355-cda207c0189d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 92,
    "changed_object": {
        "id": 92,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/92/?format=api",
        "display": "Cable #57 to ether1",
        "cable": 57,
        "cable_end": "B",
        "termination_type": "dcim.interface",
        "termination_id": 779,
        "termination": {
            "id": 779,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/779/?format=api",
            "display": "ether1",
            "device": {
                "id": 44,
                "url": "https://netbox.c3voc.de/api/dcim/devices/44/?format=api",
                "display": "audio mixer 3",
                "name": "audio mixer 3",
                "description": ""
            },
            "name": "ether1",
            "description": "",
            "cable": {
                "id": 57,
                "url": "https://netbox.c3voc.de/api/dcim/cables/57/?format=api",
                "display": "#57",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:42:53.700995Z",
        "last_updated": "2025-07-16T18:42:53.701004Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 57,
        "cable_end": "B",
        "termination_id": 779,
        "termination_type": 32
    }
}