Retrieve a list of recent changes.

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

{
    "id": 3077,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3077/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3077/?format=api",
    "display": "DCIM | cable #58 created by voc",
    "time": "2025-07-16T18:43:17.496244Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "41c55804-a929-48c0-b7d9-ffe9b230fa30",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cable",
    "changed_object_id": 58,
    "changed_object": {
        "id": 58,
        "url": "https://netbox.c3voc.de/api/dcim/cables/58/?format=api",
        "display": "#58",
        "label": "",
        "description": ""
    },
    "prechange_data": {},
    "postchange_data": {
        "tags": [],
        "type": "",
        "color": "",
        "label": "",
        "length": null,
        "status": "connected",
        "tenant": null,
        "comments": "",
        "description": "",
        "length_unit": "",
        "custom_fields": {}
    }
}