Retrieve a list of recent changes.

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

{
    "id": 2576,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2576/?format=api",
    "display": "ipam | VLAN speaker-lan (3569) created by voc",
    "time": "2025-05-24T15:56:01.205536Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "707625d7-c643-4902-a0b2-f83dab6603d3",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.vlan",
    "changed_object_id": 7,
    "changed_object": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/7/?format=api",
        "display": "speaker-lan (2240)",
        "vid": 2240,
        "name": "speaker-lan"
    },
    "prechange_data": null,
    "postchange_data": {
        "vid": 3569,
        "name": "speaker-lan",
        "role": null,
        "site": 1,
        "tags": [],
        "group": null,
        "status": "active",
        "tenant": null,
        "created": "2025-05-24T15:56:01.200Z",
        "comments": "",
        "description": "",
        "custom_fields": {}
    }
}