Retrieve a list of recent changes.

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

{
    "id": 2762,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2762/?format=api",
    "display": "ipam | VLAN speaker-lan (2240) updated by voc",
    "time": "2025-05-24T19:01:58.004467Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "4f4424aa-3184-4b13-97f6-f95cb34b07e0",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "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": {
        "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": {}
    },
    "postchange_data": {
        "vid": 2240,
        "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": {}
    }
}