Retrieve a list of recent changes.

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

{
    "id": 1877,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1877/?format=api",
    "display": "dcim | location case5 created by voc",
    "time": "2025-05-24T13:56:35.868818Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "a2345efb-a255-4590-a6bf-5c188a3235ff",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.location",
    "changed_object_id": 5,
    "changed_object": {
        "id": 5,
        "url": "https://netbox.c3voc.de/api/dcim/locations/5/?format=api",
        "display": "case5",
        "name": "case5",
        "slug": "case5",
        "_depth": 0
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "case5",
        "site": 1,
        "slug": "case5",
        "tags": [],
        "parent": null,
        "status": "active",
        "tenant": null,
        "created": "2025-05-24T13:56:35.864Z",
        "description": "",
        "custom_fields": {}
    }
}