Retrieve a list of recent changes.

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

{
    "id": 2887,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2887/?format=api",
    "display": "dcim | front port template ge3 (Public LAN) updated by voc",
    "time": "2025-05-25T12:30:06.243501Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "5f2cb935-0e88-4dcd-a059-49a42588be4f",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 4,
    "changed_object": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/4/?format=api",
        "display": "ge3 (Speaker LAN)",
        "name": "ge3"
    },
    "prechange_data": {
        "name": "ge3",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:29:08.594Z",
        "rear_port": 4,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    },
    "postchange_data": {
        "name": "ge3",
        "type": "8p8c",
        "color": "",
        "label": "Public LAN",
        "created": "2025-05-25T12:29:08.594Z",
        "rear_port": 4,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}