Retrieve a list of recent changes.

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

{
    "id": 1874,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1874/?format=api",
    "display": "dcim | location case2 created by voc",
    "time": "2025-05-24T13:55:44.465208Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "8b5b696e-4e74-474d-927e-cd64ac44d320",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.location",
    "changed_object_id": 2,
    "changed_object": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/locations/2/?format=api",
        "display": "case2",
        "name": "case2",
        "slug": "case2",
        "_depth": 0
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "case2",
        "site": 1,
        "slug": "case2",
        "tags": [],
        "parent": null,
        "status": "active",
        "tenant": null,
        "created": "2025-05-24T13:55:44.461Z",
        "description": "",
        "custom_fields": {}
    }
}