Bug in API serialization of report details #8703

Closed
opened 2025-12-29 20:40:07 +01:00 by adam · 0 comments
Owner

Originally created by @Haeki on GitHub (Oct 2, 2023).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.6.3

Python version

3.11

Steps to Reproduce

  1. Access a report directly using the API for example /api/extras/reports/example_report.DeviceConnectionsReport/
  2. In the result some values are not serialized correctly.

Expected Behavior

The fields should be serialized correctly and results should be found.

Observed Behavior

The name and display fields have a property object that got not serialized.
image
Also the results could not be found

Originally created by @Haeki on GitHub (Oct 2, 2023). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.6.3 ### Python version 3.11 ### Steps to Reproduce 1. Access a report directly using the API for example `/api/extras/reports/example_report.DeviceConnectionsReport/` 2. In the result some values are not serialized correctly. ### Expected Behavior The fields should be serialized correctly and results should be found. ### Observed Behavior The name and display fields have a property object that got not serialized. ![image](https://github.com/netbox-community/netbox/assets/6272118/a1742c61-7dfe-4778-aaac-9871dd3a7b2c) Also the results could not be found
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:40:07 +01:00
adam closed this issue 2025-12-29 20:40:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8703