Retrieve a list of recent changes.

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

{
    "id": 2891,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2891/?format=api",
    "display": "dcim | front port template input3 (Input 3) updated by voc",
    "time": "2025-05-25T12:30:52.776507Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "8c7f51d3-ae82-4b92-87ae-17e6848a1e6d",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "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": {
        "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
    },
    "postchange_data": {
        "name": "input3",
        "type": "other",
        "color": "",
        "label": "Input 3",
        "created": "2025-05-25T12:29:30.896Z",
        "rear_port": 7,
        "description": "",
        "device_type": 20,
        "module_type": null,
        "rear_port_position": 1
    }
}