Retrieve a list of recent changes.

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

{
    "id": 2879,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2879/?format=api",
    "display": "dcim | front port template ge2 created by voc",
    "time": "2025-05-25T12:29:08.590319Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "9caa3162-6c9e-4bb3-91c4-e482d3ab84be",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 3,
    "changed_object": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/3/?format=api",
        "display": "ge2 (Public LAN)",
        "name": "ge2"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "ge2",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:29:08.588Z",
        "rear_port": 3,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}