Retrieve a list of recent changes.

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

{
    "id": 1876,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1876/?format=api",
    "display": "dcim | location case4 created by voc",
    "time": "2025-05-24T13:56:26.762275Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "2952cda8-73cf-4681-aebd-125902cee673",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.location",
    "changed_object_id": 4,
    "changed_object": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/locations/4/?format=api",
        "display": "case4",
        "name": "case4",
        "slug": "case4",
        "_depth": 0
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "case4",
        "site": 1,
        "slug": "case4",
        "tags": [],
        "parent": null,
        "status": "active",
        "tenant": null,
        "created": "2025-05-24T13:56:26.757Z",
        "description": "",
        "custom_fields": {}
    }
}