Retrieve a list of recent changes.

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

{
    "id": 2941,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2941/?format=api",
    "display": "dcim | cable termination Cable #50 to ether17 created by voc",
    "time": "2025-05-25T12:39:59.178365Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "45b85c1b-2824-42ae-a7c3-044f3cc8b698",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 77,
    "changed_object": "Cable #50 to ether17",
    "prechange_data": null,
    "postchange_data": {
        "cable": 50,
        "created": "2025-05-25T12:39:59.177Z",
        "cable_end": "A",
        "termination_id": 481,
        "termination_type": 32
    }
}