Retrieve a list of recent changes.

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

{
    "id": 2669,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2669/?format=api",
    "display": "dcim | device role Audio Mixer created by voc",
    "time": "2025-05-24T16:46:24.854247Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "940af8c5-d050-483f-8e0f-cdc4631a0dc0",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.devicerole",
    "changed_object_id": 6,
    "changed_object": {
        "id": 6,
        "url": "https://netbox.c3voc.de/api/dcim/device-roles/6/?format=api",
        "display": "Audio Mixer",
        "name": "Audio Mixer",
        "slug": "audiomixer"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "Audio Mixer",
        "slug": "audiomixer",
        "tags": [],
        "color": "aa1409",
        "created": "2025-05-24T16:46:24.850Z",
        "vm_role": true,
        "description": "",
        "custom_fields": {},
        "config_template": null
    }
}