Allow filtering objects by ID set #786

Closed
opened 2025-12-29 16:25:48 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Mar 22, 2017).

Add a filter to allow retrieving an arbitrary set objects by ID. For example:

/dcim/devices/?id__in=100,200,300

should return only the devices with IDs 100, 200, and 300.

Originally created by @jeremystretch on GitHub (Mar 22, 2017). Add a filter to allow retrieving an arbitrary set objects by ID. For example: /dcim/devices/?id__in=100,200,300 should return only the devices with IDs 100, 200, and 300.
adam added the type: feature label 2025-12-29 16:25:48 +01:00
adam closed this issue 2025-12-29 16:25:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#786