Fetch a list of all the issued devices

This API endpoint allows you to list the devices issued to a user.

Headers

  • Authentication: Bearer <JWT>
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParametersTypeDescription
useridstringThe unique id that is assigned to the user.

Query Parameters

ParametersTypeDescription
rolestringMention the role of the logged in use. For example, role_admin, role_operator.

Response Parameters

ParameterTypeDescription
idIntegerThe unique identifier of the device.
friendlyNameStringThe friendly name assigned to the device.
typeStringThe type of device.
uniqueIdentifierStringThe unique identifier assigned to the device.
operatingSystemStringThe operating system installed on the device.
osVersionStringThe version of the operating system installed on the device.
appVersionStringThe version of the application installed on the device.
deviceModelNameStringThe model name of the device.
deviceManufacturerNameStringThe name of the manufacturer of the device.
devProfNameStringThe name of the device profile.
devProfIdIntegerThe unique identifier of the device profile.
userIdIntegerThe unique identifier of the user associated with the device.
appNameStringThe name of the application associated with the device.
appRegIDStringThe registration ID of the application associated with the device.
osApiVersionStringThe API version of the operating system installed on the device.
userDevicesArrayInformation about the user's devices.
mobileCredentialsStringMobile credentials associated with the device.
actionTypeStringThe type of action performed on the device.
reasonStringThe reason for the action performed on the device.
cardTypeStringThe type of card associated with the device.
reasonCommentStringComments related to the reason for the action performed on the device.
roleDeviceActionsArrayActions that can be performed on the device by roles.
deviceConnectedActionsArrayActions that can be performed on the device when connected.
deviceNotConnectedActionsArrayActions that can be performed on the device when not connected.
statusStringThe status of the device.
uimsIdStringThe UIMSID assigned to the device.
productNameStringThe name of the product associated with the device.
actionOnSecondaryCredBooleanIndicates if there is an action on the secondary credential.

User Devices

ParameterTypeDescription
friendlyNameStringThe friendly name assigned to the device.
typeStringThe type of device.
uniqueIdentifierStringThe unique identifier assigned to the device.
identitySerialNumberStringThe serial number of the device's identity.
identitySerialNumberVerifiedBooleanIndicates if the serial number of the device's identity is verified.
operatingSystemStringThe operating system installed on the device.
osVersionStringThe version of the operating system installed on the device.
uuidStringThe Universally Unique Identifier (UUID) of the device.
userDataStringData associated with the user.
userNameStringThe name of the user associated with the device.
userIdIntegerThe unique identifier of the user associated with the device.
mobileNumberStringThe mobile number associated with the device.
appNameStringThe name of the application associated with the device.
appRegIDStringThe registration ID of the application associated with the device.
osApiVersionStringThe API version of the operating system installed on the device.
appVersionStringThe version of the application installed on the device.
deviceModelNameStringThe model name of the device.
productNameStringThe name of the product associated with the device.
deviceManufacturerNameStringThe name of the manufacturer of the device.
issuedDateStringThe date the device was issued.
Language
URL