Retrieve a list of recent changes.

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

{
    "id": 2830,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2830/?format=api",
    "display": "dcim | rear port template hdmi-{module} updated by voc",
    "time": "2025-05-25T12:19:51.750676Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "03cded87-7254-48bd-bddc-fabe2c3cd337",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 1,
    "changed_object": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/1/?format=api",
        "display": "hdmi0",
        "name": "hdmi0"
    },
    "prechange_data": {
        "name": "02-hdmi",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:14:57.415Z",
        "positions": 4,
        "description": "HDMI",
        "device_type": 20,
        "module_type": null
    },
    "postchange_data": {
        "name": "hdmi-{module}",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:14:57.415Z",
        "positions": 4,
        "description": "HDMI",
        "device_type": 20,
        "module_type": null
    }
}