Retrieve a list of recent changes.

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

{
    "id": 2886,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2886/?format=api",
    "display": "dcim | front port template ge2 (Public LAN) updated by voc",
    "time": "2025-05-25T12:30:01.569595Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "9bd499a3-a98d-4e3e-93d5-7e5d68cabb9d",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 3,
    "changed_object": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/3/?format=api",
        "display": "ge2 (Public LAN)",
        "name": "ge2"
    },
    "prechange_data": {
        "name": "ge2",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:29:08.588Z",
        "rear_port": 3,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    },
    "postchange_data": {
        "name": "ge2",
        "type": "8p8c",
        "color": "",
        "label": "Public LAN",
        "created": "2025-05-25T12:29:08.588Z",
        "rear_port": 3,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}