Retrieve a list of recent changes.

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

{
    "id": 2873,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2873/?format=api",
    "display": "dcim | rear port template ge1 updated by voc",
    "time": "2025-05-25T12:26:35.991159Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c45a81df-e7c5-4c98-8df4-4cefa20d0d07",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 2,
    "changed_object": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/2/?format=api",
        "display": "ge1",
        "name": "ge1"
    },
    "prechange_data": {
        "name": "ge1",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.468Z",
        "positions": 1,
        "description": "Panel Position 03",
        "device_type": 20,
        "module_type": null
    },
    "postchange_data": {
        "name": "ge1",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.468Z",
        "positions": 1,
        "description": "Panel Position 03, EtherCon",
        "device_type": 20,
        "module_type": null
    }
}