Retrieve a list of recent changes.

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

{
    "id": 2947,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2947/?format=api",
    "display": "dcim | cable termination Cable #52 to ether13 created by voc",
    "time": "2025-05-25T12:41:23.931709Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "1d73c822-d01b-42e1-824c-c9260f9672eb",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 81,
    "changed_object": "Cable #52 to ether13",
    "prechange_data": null,
    "postchange_data": {
        "cable": 52,
        "created": "2025-05-25T12:41:23.930Z",
        "cable_end": "A",
        "termination_id": 477,
        "termination_type": 32
    }
}