Retrieve a list of recent changes.

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

{
    "id": 2896,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2896/?format=api",
    "display": "dcim | front port template input1 (Speaker HDMI) updated by voc",
    "time": "2025-05-25T12:32:13.533844Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "e4613bc3-ccac-4fab-ad22-a99759bfe51f",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 6,
    "changed_object": {
        "id": 6,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/6/?format=api",
        "display": "input1 (Speaker HDMI)",
        "name": "input1"
    },
    "prechange_data": {
        "name": "input2",
        "type": "other",
        "color": "",
        "label": "Speaker HDMI",
        "created": "2025-05-25T12:29:30.890Z",
        "rear_port": 6,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    },
    "postchange_data": {
        "name": "input1",
        "type": "other",
        "color": "",
        "label": "Speaker HDMI",
        "created": "2025-05-25T12:29:30.890Z",
        "rear_port": 6,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}