Retrieve a list of recent changes.

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

{
    "id": 3595,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3595/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3595/?format=api",
    "display": "DCIM | cable #36 deleted by voc",
    "time": "2025-07-23T16:06:51.990681Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "298eab82-9da6-4f70-99e6-932d94e60ed1",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "dcim.cable",
    "changed_object_id": 36,
    "changed_object": null,
    "prechange_data": {
        "tags": [],
        "type": "power",
        "color": "ffffff",
        "label": "",
        "length": "1.00",
        "status": "connected",
        "tenant": null,
        "comments": "",
        "description": "",
        "length_unit": "m",
        "custom_fields": {}
    },
    "postchange_data": {}
}