Changed
-
Api for
/devices/{device}/customfields
now returns the proper value for the custom field id and name with the value.
The response now includes theid
andname
keys. -
Api for
/customfields/query
has been refactored to use POST-method instead of GET.
The method has been updated to accept a JSON body with a much more flexible query structure to allow for more complex queries.
The response has been updated to reflect standard response format for paginated results.