Allow filtering by content type identified as <app>.<model> string for custom fields #4583

Closed
opened 2025-12-29 18:37:56 +01:00 by adam · 0 comments
Owner

Originally created by @fabi125 on GitHub (Feb 23, 2021).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.5
  • NetBox version: 2.10.4

Proposed Functionality

/api/extras/custom-fields/ should allow filtering by content type identified as . string.

Right now this returns an error. Filtering by ID works.

Use Case

Bring it in line with other filtering for content types.

This might have been overlooked in https://github.com/netbox-community/netbox/issues/4897 or missed because this API got added later.

Database Changes

None.

External Dependencies

None.

Originally created by @fabi125 on GitHub (Feb 23, 2021). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.5 * NetBox version: 2.10.4 ### Proposed Functionality `/api/extras/custom-fields/` should allow filtering by content type identified as <app>.<model> string. Right now this returns an error. Filtering by ID works. ### Use Case Bring it in line with other filtering for content types. This might have been overlooked in https://github.com/netbox-community/netbox/issues/4897 or missed because this API got added later. ### Database Changes None. ### External Dependencies None.
adam added the status: acceptedtype: featurebeta labels 2025-12-29 18:37:56 +01:00
adam closed this issue 2025-12-29 18:37:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4583