Retrieve a list of recent changes.

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

{
    "id": 2899,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2899/?format=api",
    "display": "dcim | front port template hdmi0 (Projector) updated by voc",
    "time": "2025-05-25T12:32:55.203557Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "4cff49a5-d114-4c03-bfb6-9a3e84444881",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 1,
    "changed_object": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/1/?format=api",
        "display": "hdmi0 (Projector)",
        "name": "hdmi0"
    },
    "prechange_data": {
        "name": "Projector",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:15:37.322Z",
        "rear_port": 1,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    },
    "postchange_data": {
        "name": "hdmi0",
        "type": "other",
        "color": "",
        "label": "Projector",
        "created": "2025-05-25T12:15:37.322Z",
        "rear_port": 1,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}