Retrieve a list of recent changes.

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

{
    "id": 2856,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2856/?format=api",
    "display": "dcim | rear port template SDI1 created by voc",
    "time": "2025-05-25T12:24:27.259755Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "54bb51ff-5a0e-4117-a2bc-ca6685cf534d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 9,
    "changed_object": {
        "id": 9,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/9/?format=api",
        "display": "SDI1",
        "name": "SDI1"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "SDI1",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:24:27.256Z",
        "positions": 1,
        "description": "SDI, Panel Position 11",
        "device_type": 20,
        "module_type": null
    }
}