Retrieve a list of recent changes.

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

{
    "id": 3626,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3626/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3626/?format=api",
    "display": "DCIM | cable #72 created by voc",
    "time": "2025-07-23T16:23:21.712021Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c9fdd1df-af2b-4dcb-8dd0-a755b2c9f768",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cable",
    "changed_object_id": 72,
    "changed_object": {
        "id": 72,
        "url": "https://netbox.c3voc.de/api/dcim/cables/72/?format=api",
        "display": "#72",
        "label": "",
        "description": ""
    },
    "prechange_data": {},
    "postchange_data": {
        "tags": [],
        "type": "",
        "color": "ffffff",
        "label": "",
        "length": "1.5",
        "status": "connected",
        "tenant": null,
        "comments": "",
        "description": "",
        "length_unit": "m",
        "custom_fields": {}
    }
}