Retrieves information about an individual device pin.
This operation is performed by calling function getDevicePinnerById.
See the endpoint docs at API Reference.
await client.devicePinners.getDevicePinnerById(devicePinnerId);
string
GetDevicePinnerByIdOptionalsInputThis function returns a value of type DevicePinner.
Returns information about a single device pin.
Deletes an individual device pin.
This operation is performed by calling function deleteDevicePinnerById.
See the endpoint docs at API Reference.
await client.devicePinners.deleteDevicePinnerById(devicePinnerId);
string
DeleteDevicePinnerByIdOptionalsInputThis function returns a value of type undefined.
Returns an empty response when the pin has been deleted.
Retrieves all the device pins within an enterprise.
The user must have admin privileges, and the application needs the “manage enterprise” scope to make this call.
This operation is performed by calling function getEnterpriseDevicePinners.
See the endpoint docs at API Reference.
await client.devicePinners.getEnterpriseDevicePinners(enterpriseId);
string
GetEnterpriseDevicePinnersOptionalsInputThis function returns a value of type DevicePinners.
Returns a list of device pins for a given enterprise.