Retrieve a list of recent changes.

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

{
    "id": 2682,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2682/?format=api",
    "display": "dcim | device role Reciever created by voc",
    "time": "2025-05-24T16:56:58.856203Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "d539ef65-fae8-4dc6-bbec-faa51fb56961",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.devicerole",
    "changed_object_id": 7,
    "changed_object": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/dcim/device-roles/7/?format=api",
        "display": "Reciever",
        "name": "Reciever",
        "slug": "reciever"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "Reciever",
        "slug": "reciever",
        "tags": [],
        "color": "cddc39",
        "created": "2025-05-24T16:56:58.851Z",
        "vm_role": true,
        "description": "",
        "custom_fields": {},
        "config_template": null
    }
}