customers_devices_get | SELECT | customersId, devicesId | Gets the details of a device. |
customers_devices_list | SELECT | customersId | Lists a customer's devices. |
partners_devices_get | SELECT | devicesId, partnersId | Gets a device. |
customers_devices_applyConfiguration | EXEC | customersId | Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset. |
customers_devices_unclaim | EXEC | customersId | Unclaims a device from a customer and removes it from zero-touch enrollment. After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again. |
partners_devices_claim | EXEC | partnersId | Claims a device for a customer and adds it to zero-touch enrollment. If the device is already claimed by another customer, the call returns an error. |
partners_devices_claimAsync | EXEC | partnersId | Claims a batch of devices for a customer asynchronously. Adds the devices to zero-touch enrollment. To learn more, read Long‑running batch operations. |
partners_devices_findByIdentifier | EXEC | partnersId | Finds devices by hardware identifiers, such as IMEI. |
partners_devices_findByOwner | EXEC | partnersId | Finds devices claimed for customers. The results only contain devices registered to the reseller that's identified by the partnerId argument. The customer's devices purchased from other resellers don't appear in the results. |
partners_devices_metadata | EXEC | devicesId, partnersId | Updates reseller metadata associated with the device. Android devices only. |
partners_devices_unclaim | EXEC | partnersId | Unclaims a device from a customer and removes it from zero-touch enrollment. |
partners_devices_unclaimAsync | EXEC | partnersId | Unclaims a batch of devices for a customer asynchronously. Removes the devices from zero-touch enrollment. To learn more, read Long‑running batch operations. |
partners_devices_updateMetadataAsync | EXEC | partnersId | Updates the reseller metadata attached to a batch of devices. This method updates devices asynchronously and returns an Operation that can be used to track progress. Read Long‑running batch operations. Android Devices only. |