Retrieve a list of recent changes.

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

{
    "id": 2701,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2701/?format=api",
    "display": "dcim | manufacturer TP-Link created by voc",
    "time": "2025-05-24T17:00:57.482736Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "f725fd7d-fac7-4967-b499-59040eb2a6db",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.manufacturer",
    "changed_object_id": 11,
    "changed_object": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/dcim/manufacturers/11/?format=api",
        "display": "TP-Link",
        "name": "TP-Link",
        "slug": "tp-link"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "TP-Link",
        "slug": "tp-link",
        "tags": [],
        "created": "2025-05-24T17:00:57.478Z",
        "description": "",
        "custom_fields": {}
    }
}