Get a list of IPs by ids #7949

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

Originally created by @arnaud-barre on GitHub (Apr 27, 2023).

NetBox version

v3.4.9

Feature type

Change to existing functionality

Proposed functionality

It could be great to have APIs to retrieve a list of objects by a list of ids. For exemple, it could be great to have /ipam/ip-addresses/?ids=1234,4567,7895

This could be done for all objects (prefixes, tags, ...) and could avoid to have multiple rest request to retrieve this list of objects.

Use case

Retrieve a list of objects by a list of ids :

For example : /ipam/ip-addresses/?ids=1234,4567,7895

Database changes

No response

External dependencies

No response

Originally created by @arnaud-barre on GitHub (Apr 27, 2023). ### NetBox version v3.4.9 ### Feature type Change to existing functionality ### Proposed functionality It could be great to have APIs to retrieve a list of objects by a list of ids. For exemple, it could be great to have /ipam/ip-addresses/?ids=1234,4567,7895 This could be done for all objects (prefixes, tags, ...) and could avoid to have multiple rest request to retrieve this list of objects. ### Use case Retrieve a list of objects by a list of ids : For example : /ipam/ip-addresses/?ids=1234,4567,7895 ### Database changes _No response_ ### External dependencies _No response_
adam closed this issue 2025-12-29 20:30:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7949