Retrieve a list of recent changes.

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

{
    "id": 3919,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3919/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3919/?format=api",
    "display": "Extras | image attachment mikrotik-hap-ax-s.front.png created by zoe",
    "time": "2026-06-18T19:51:09.043651Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "9420b468-044c-4e58-88e0-03d9d563a749",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "extras.imageattachment",
    "changed_object_id": 1,
    "changed_object": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/extras/image-attachments/1/?format=api",
        "display": "Front",
        "name": "Front",
        "image": "https://netbox.c3voc.de/media/image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "name": "",
        "image": "image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
        "object_id": 24,
        "description": "",
        "image_width": 692,
        "object_type": 29,
        "image_height": 180
    }
}