Retrieve a list of recent changes.

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

{
    "id": 2748,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2748/?format=api",
    "display": "dcim | cable #45 created by voc",
    "time": "2025-05-24T18:43:44.841705Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "872754c9-28dc-45ff-85e8-56e636f3e6d1",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cable",
    "changed_object_id": 45,
    "changed_object": {
        "id": 45,
        "url": "https://netbox.c3voc.de/api/dcim/cables/45/?format=api",
        "display": "#45",
        "label": ""
    },
    "prechange_data": null,
    "postchange_data": {
        "tags": [],
        "type": "",
        "color": "",
        "label": "",
        "length": null,
        "status": "connected",
        "tenant": null,
        "created": "2025-05-24T18:43:44.839Z",
        "comments": "",
        "description": "",
        "length_unit": "",
        "custom_fields": {}
    }
}