Retrieve a list of recent changes.

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

{
    "id": 2854,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2854/?format=api",
    "display": "dcim | rear port template hdmi4 updated by voc",
    "time": "2025-05-25T12:24:00.070031Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "6929cd2f-9023-40d9-b2f4-8cbea40e0ae1",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 8,
    "changed_object": {
        "id": 8,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/8/?format=api",
        "display": "hdmi3",
        "name": "hdmi3"
    },
    "prechange_data": {
        "name": "hdmi4",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:23:35.334Z",
        "positions": 1,
        "description": "HDMI, Panel Position x",
        "device_type": 20,
        "module_type": null
    },
    "postchange_data": {
        "name": "hdmi4",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:23:35.334Z",
        "positions": 1,
        "description": "HDMI, Panel Position 8",
        "device_type": 20,
        "module_type": null
    }
}