netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
538 stars 165 forks source link

Custom fields filtered by object_types #623

Open variable opened 1 week ago

variable commented 1 week ago

pynetbox version

v7.0.1

NetBox version

4.0.5

Feature type

New functionality

Proposed functionality

Is there a way to filter by object_types in custom fields? eg. image

I tried various ways with no success

Use case

So I can filter with the name and the object_types to ensure the result is accurate instead of just filtering by the name

External dependencies

No response