Retrieve a list of recent changes.

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

{
    "id": 2755,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2755/?format=api",
    "display": "dcim | cable termination Cable #44 to ether19 created by voc",
    "time": "2025-05-24T18:48:54.740385Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "3de072d1-425c-4379-a8a6-89cbcd6f4ced",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 69,
    "changed_object": "Cable #44 to ether19",
    "prechange_data": null,
    "postchange_data": {
        "cable": 44,
        "created": "2025-05-24T18:48:54.739Z",
        "cable_end": "A",
        "termination_id": 197,
        "termination_type": 32
    }
}