Get Device
GET/api/portals/getdevice/:id
Tier: Internal — subject to change without notice.
Returns a single device by id, with its extended properties and components.
Request
Responses
- 200
- 400
- 401
- 403
The device. See PortalDtos.DeviceDetailDto.
The id does not resolve to a device in the caller's organisation — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the Portal module.