Retrieve a list of recent changes.

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

{
    "id": 2884,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2884/?format=api",
    "display": "dcim | front port template input4 created by voc",
    "time": "2025-05-25T12:29:30.902382Z",
    "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": 8,
    "changed_object": {
        "id": 8,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/8/?format=api",
        "display": "input3 (Input 3)",
        "name": "input3"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "input4",
        "type": "other",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:29:30.900Z",
        "rear_port": 8,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}