Retrieve a list of recent changes.

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

{
    "id": 3012,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3012/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3012/?format=api",
    "display": "DCIM | cable #55 created by voc",
    "time": "2025-07-16T18:27:49.393451Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "6e68e28d-4726-4ebd-8c50-ce62cd72e88b",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cable",
    "changed_object_id": 55,
    "changed_object": {
        "id": 55,
        "url": "https://netbox.c3voc.de/api/dcim/cables/55/?format=api",
        "display": "#55",
        "label": "",
        "description": ""
    },
    "prechange_data": {},
    "postchange_data": {
        "tags": [],
        "type": "",
        "color": "",
        "label": "",
        "length": null,
        "status": "connected",
        "tenant": null,
        "comments": "",
        "description": "",
        "length_unit": "",
        "custom_fields": {}
    }
}