GET /api/extras/journal-entries/30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 30,
    "url": "https://netbox.bayareabackbone.com/api/extras/journal-entries/30/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/extras/journal-entries/30/?format=api",
    "display": "2024-12-09 07:01 (Info)",
    "assigned_object_type": "dcim.site",
    "assigned_object_id": 13,
    "assigned_object": {
        "id": 13,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/13/?format=api",
        "display": "Mnt Allison",
        "name": "Mnt Allison",
        "slug": "mnt-allison",
        "description": ""
    },
    "created": "2024-12-09T07:01:23.278293Z",
    "created_by": 1,
    "kind": {
        "value": "info",
        "label": "Info"
    },
    "comments": "June 2024\r\n\r\n* Replace Mimosa power supply with injector + remote power switch\r\n* Moved all power bricks onto rack shelf\r\n* Replaced 60G LR with 60G XR for better bad weather operation.",
    "tags": [],
    "custom_fields": {},
    "last_updated": "2024-12-09T07:01:23.278415Z"
}