Skip to content

Release 1.0.9

Latest
Compare
Choose a tag to compare
@dot-mike dot-mike released this 20 Nov 14:35
· 2 commits to main since this release

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 the id and name 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.