Retrieve a list of recent changes.

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

{
    "id": 2753,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2753/?format=api",
    "display": "dcim | cable termination Cable #46 to ether1 created by voc",
    "time": "2025-05-24T18:44:03.842143Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c1c32657-6c4b-4970-b117-581b1cc0ec79",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 68,
    "changed_object": "Cable #46 to ether1",
    "prechange_data": null,
    "postchange_data": {
        "cable": 46,
        "created": "2025-05-24T18:44:03.841Z",
        "cable_end": "B",
        "termination_id": 783,
        "termination_type": 32
    }
}