Retrieve a list of recent changes.

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

{
    "id": 1873,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1873/?format=api",
    "display": "dcim | location case1 created by voc",
    "time": "2025-05-24T13:55:37.220076Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "71522349-d47c-4d2b-a6fc-69cc9dc4b48e",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.location",
    "changed_object_id": 1,
    "changed_object": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/locations/1/?format=api",
        "display": "case1",
        "name": "case1",
        "slug": "case1",
        "_depth": 0
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "case1",
        "site": 1,
        "slug": "case1",
        "tags": [],
        "parent": null,
        "status": "active",
        "tenant": null,
        "created": "2025-05-24T13:55:37.187Z",
        "description": "",
        "custom_fields": {}
    }
}