Unable to filter circuit terminations by primary key #4859

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

Originally created by @jeremystretch on GitHub (May 3, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v2.11.2

Python version

3.7

Steps to Reproduce

  1. Create at least two circuit terminations
  2. Make a request to the circuit terminations REST API endpoint filtering by at least one primary key (id) (e.g. GET /api/circuit/circuit-terminations/?id=123)

Expected Behavior

Only the circuit terminations matching the specified primary key(s) should be returned.

Observed Behavior

The filter has no effect.

Originally created by @jeremystretch on GitHub (May 3, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v2.11.2 ### Python version 3.7 ### Steps to Reproduce 1. Create at least two circuit terminations 2. Make a request to the circuit terminations REST API endpoint filtering by at least one primary key (`id`) (e.g. `GET /api/circuit/circuit-terminations/?id=123`) ### Expected Behavior Only the circuit terminations matching the specified primary key(s) should be returned. ### Observed Behavior The filter has no effect.
adam added the type: bugstatus: accepted labels 2025-12-29 19:21:20 +01:00
adam closed this issue 2025-12-29 19:21:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4859