Retrieve a list of recent changes.

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

{
    "id": 2936,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2936/?format=api",
    "display": "dcim | cable termination Cable #48 to eth0 created by voc",
    "time": "2025-05-25T12:38:47.860842Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "f179db45-85b0-4410-a5e8-1a41eb38947a",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 74,
    "changed_object": "Cable #48 to eth0",
    "prechange_data": null,
    "postchange_data": {
        "cable": 48,
        "created": "2025-05-25T12:38:47.860Z",
        "cable_end": "B",
        "termination_id": 833,
        "termination_type": 32
    }
}