Retrieve a list of recent changes.

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

{
    "id": 3913,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3913/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3913/?format=api",
    "display": "DCIM | location case28 created by zoe",
    "time": "2026-06-18T19:38:23.306258Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "71f90759-c6f5-43df-915b-d7f3ae47a09e",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.location",
    "changed_object_id": 7,
    "changed_object": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/dcim/locations/7/?format=api",
        "display": "case28",
        "name": "case28",
        "slug": "case28",
        "description": "",
        "rack_count": 0,
        "_depth": 0
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "name": "case28",
        "site": 1,
        "slug": "case28",
        "tags": [],
        "parent": null,
        "status": "active",
        "tenant": null,
        "comments": "",
        "facility": "",
        "description": "",
        "custom_fields": {}
    }
}