Group name missing from API call result #259
-
|
Hi. When creating a custom object, group name is useful feature to group forms of a field under custom objects.
And this works well in netbox dashboard UI Can we say this is how it is design or is not yet implemented.
..
{ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
As I understand it, Custom Object Type are just regular Custom Fields... so you can query fields for the given object type with the REST API using the API endpoint /extras/custom-fields and matching the names in the "object_types" list for a given Custom Field to then extract the group name used for that field. |
Beta Was this translation helpful? Give feedback.
-
|
Hi -- that's not true, the |
Beta Was this translation helpful? Give feedback.

PR: #274