Retrieve a list of recent changes.

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

{
    "id": 2878,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2878/?format=api",
    "display": "dcim | front port template ge1 (VOC) created by voc",
    "time": "2025-05-25T12:28:32.255824Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "12c4e65e-eba6-4988-a9ce-ee9c7163c0c4",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.frontporttemplate",
    "changed_object_id": 2,
    "changed_object": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/front-port-templates/2/?format=api",
        "display": "ge1 (VOC)",
        "name": "ge1"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "ge1",
        "type": "8p8c",
        "color": "",
        "label": "VOC",
        "created": "2025-05-25T12:28:32.253Z",
        "rear_port": 2,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}