Retrieve a list of recent changes.

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

{
    "id": 3921,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3921/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3921/?format=api",
    "display": "Extras | image attachment Rear created by zoe",
    "time": "2026-06-18T19:51:35.458293Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "596a853a-1b26-40c7-bb63-d9fc94040945",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "extras.imageattachment",
    "changed_object_id": 2,
    "changed_object": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/extras/image-attachments/2/?format=api",
        "display": "Rear",
        "name": "Rear",
        "image": "https://netbox.c3voc.de/media/image-attachments/devicetype_24_Rear.jpeg",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "name": "Rear",
        "image": "image-attachments/devicetype_24_Rear.jpeg",
        "object_id": 24,
        "description": "",
        "image_width": 1756,
        "object_type": 29,
        "image_height": 371
    }
}