Skip to main content

July 22, 2024

New features

Additional fields in the computer properties

The new functionality makes it possible to adapt the registration of devices to the specific needs of the organization, by adding fields that are not available in the standard options. The fields can be named and filled in according to the desired information.

The additional fields can also be consulted or updated via Computers API:

  • Query endpoint for all computers: GET /v1/computers
  • Query endpoint for a specific computer: GET /v1/computers/{computerId}
  • Update endpoint: PATCH /v1/computers/{computerId}

The query and update are subject to the provider configuring at least one additional field.