REST API filters from v3.4 are missing on 3.5-beta1 #7853

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

Originally created by @abhi1693 on GitHub (Apr 2, 2023).

NetBox version

v3.5-beta1

Python version

3.10

Steps to Reproduce

Follow the step mentioned here: https://beta-demo.netbox.dev/static/docs/reference/filtering/#filtering-by-choice-field. Create a token that is read only.

Expected Behavior

Choices are returned

Observed Behavior

Result returned:

{
  "name":"Prefix",
  "description":"",
  "renders":[
    "application/json",
    "text/html"
  ],
  "parses":[
    "application/json",
    "multipart/form-data"
  ]
}
Originally created by @abhi1693 on GitHub (Apr 2, 2023). ### NetBox version v3.5-beta1 ### Python version 3.10 ### Steps to Reproduce Follow the step mentioned here: https://beta-demo.netbox.dev/static/docs/reference/filtering/#filtering-by-choice-field. Create a token that is read only. ### Expected Behavior Choices are returned ### Observed Behavior Result returned: ```json { "name":"Prefix", "description":"", "renders":[ "application/json", "text/html" ], "parses":[ "application/json", "multipart/form-data" ] } ```
adam closed this issue 2025-12-29 20:29:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7853