Retrieve a list of recent changes.

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

{
    "id": 1878,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1878/?format=api",
    "display": "dcim | location case6 created by voc",
    "time": "2025-05-24T13:56:45.177946Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "82d83eba-f933-438c-9c3e-a09bb9866e8e",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.location",
    "changed_object_id": 6,
    "changed_object": {
        "id": 6,
        "url": "https://netbox.c3voc.de/api/dcim/locations/6/?format=api",
        "display": "case6",
        "name": "case6",
        "slug": "case6",
        "_depth": 0
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "case6",
        "site": 1,
        "slug": "case6",
        "tags": [],
        "parent": null,
        "status": "active",
        "tenant": null,
        "created": "2025-05-24T13:56:45.171Z",
        "description": "",
        "custom_fields": {}
    }
}