Retrieve a list of recent changes.

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

{
    "id": 2659,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2659/?format=api",
    "display": "dcim | manufacturer Shure created by voc",
    "time": "2025-05-24T16:12:24.608283Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "54cd2716-808e-4699-823f-0ae6ab68d4c8",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.manufacturer",
    "changed_object_id": 7,
    "changed_object": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/dcim/manufacturers/7/?format=api",
        "display": "Shure",
        "name": "Shure",
        "slug": "shure"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "Shure",
        "slug": "shure",
        "tags": [],
        "created": "2025-05-24T16:12:24.602Z",
        "description": "",
        "custom_fields": {}
    }
}