You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, attributes are not returned in /nodes endpoint. To get the list of all attributes specify attributes=true and to get selected attribute(s) list, use attributes=true and the attributes_filters filter.
The desired attributes have to be provided as a comma-separated list of values.
The attributes_filter filter is used in both /contents/attributes (instead of alist) and /nodes endpoints.
Currently we have below endpoints:
In REST API, add attribute filter for default endpoint to request none, all or specific attributes for all nodes.
The text was updated successfully, but these errors were encountered: