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

{
    "id": 12,
    "url": "https://netbox.bayareabackbone.com/api/extras/journal-entries/12/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/extras/journal-entries/12/?format=api",
    "display": "2024-12-07 21:10 (Info)",
    "assigned_object_type": "dcim.site",
    "assigned_object_id": 2,
    "assigned_object": {
        "id": 2,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/2/?format=api",
        "display": "San Bruno Mtn 7",
        "name": "San Bruno Mtn 7",
        "slug": "san-bruno-mtn-7",
        "description": ""
    },
    "created": "2024-12-07T21:10:46.712942Z",
    "created_by": 1,
    "kind": {
        "value": "info",
        "label": "Info"
    },
    "comments": "August 2024\r\n\r\n* Adjusted azimuth of RAC-1 to provide a better connection to City Hall in San Bruno. From the map, the sector is no longer centered on City Hall (it was before) but for whatever reason, this gives a more reliable connection for the same SNR. Unclear why this is. Mike has suggested moving the sector to a different spot on the tower to see if that works better.",
    "tags": [],
    "custom_fields": {},
    "last_updated": "2024-12-07T21:10:46.712966Z"
}