Unable to filter interface-templates by device type (slug or id) #14509
-
Endpoint: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For completeness, can you show the exact query parameters you're sending? Looking at the source code, it seems that
Also you can see this in the REST API documentation, which you can get from a link on the bottom of the Netbox front screen: |
Beta Was this translation helpful? Give feedback.
For completeness, can you show the exact query parameters you're sending?
Looking at the source code, it seems that
devicetype_id
(with no underscore betweendevice
andtype
) is the correct name of the filter.