Retrieve a list of recent changes.

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

{
    "id": 2665,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2665/?format=api",
    "display": "dcim | manufacturer Allen & Heath created by voc",
    "time": "2025-05-24T16:36:47.972162Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "30f80ac6-7849-44e9-b054-9559e8f0c4f7",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.manufacturer",
    "changed_object_id": 10,
    "changed_object": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/dcim/manufacturers/10/?format=api",
        "display": "Allen & Heath",
        "name": "Allen & Heath",
        "slug": "allen-heath"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "Allen & Heath",
        "slug": "allen-heath",
        "tags": [],
        "created": "2025-05-24T16:36:47.965Z",
        "description": "",
        "custom_fields": {}
    }
}