Retrieve a list of recent changes.

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

{
    "id": 3664,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3664/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3664/?format=api",
    "display": "IPAM | VLAN group voc deleted by voc",
    "time": "2025-08-14T09:12:33.591279Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "96a45db2-dbf5-4420-b7a0-8b57739f7aac",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "ipam.vlangroup",
    "changed_object_id": 1,
    "changed_object": null,
    "prechange_data": {
        "name": "voc",
        "slug": "voc",
        "tags": [],
        "max_vid": 4094,
        "min_vid": 1,
        "scope_id": null,
        "scope_type": null,
        "description": "",
        "custom_fields": {}
    },
    "postchange_data": {}
}