Retrieve a list of recent changes.

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

{
    "id": 2944,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2944/?format=api",
    "display": "dcim | cable termination Cable #51 to ether12 created by voc",
    "time": "2025-05-25T12:40:56.650943Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "46d5e758-baf9-4650-b587-53c290f33883",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 79,
    "changed_object": "Cable #51 to ether12",
    "prechange_data": null,
    "postchange_data": {
        "cable": 51,
        "created": "2025-05-25T12:40:56.649Z",
        "cable_end": "A",
        "termination_id": 476,
        "termination_type": 32
    }
}