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

{
    "id": 2,
    "url": "https://netbox.bayareabackbone.com/api/extras/journal-entries/2/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/extras/journal-entries/2/?format=api",
    "display": "2024-12-07 20:34 (Info)",
    "assigned_object_type": "dcim.site",
    "assigned_object_id": 5,
    "assigned_object": {
        "id": 5,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/5/?format=api",
        "display": "ORCA",
        "name": "ORCA",
        "slug": "orca",
        "description": ""
    },
    "created": "2024-12-07T20:34:25.708849Z",
    "created_by": 1,
    "kind": {
        "value": "info",
        "label": "Info"
    },
    "comments": "March 2023\r\n\r\n* Replace current mount (which was temporary) with a better engineered solution\r\n* Move current nodes onto new mount\r\n* Add a dish similar to the Fish Ranch <-> Bruno dish and point it at Wolfback",
    "tags": [],
    "custom_fields": {},
    "last_updated": "2024-12-07T20:34:25.708874Z"
}