Retrieve a list of recent changes.

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

{
    "id": 2883,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2883/?format=api",
    "display": "dcim | front port template input3 created by voc",
    "time": "2025-05-25T12:29:30.897704Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "920bd7d6-3950-4a31-b40f-f1bf4080b5e0",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 7,
    "changed_object": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/7/?format=api",
        "display": "input2 (Input 2)",
        "name": "input2"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "input3",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:29:30.896Z",
        "rear_port": 7,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}