Introduction
The object used to specify the arguments when searching for AssetLink record(s).
Properties

AssetLinkDetailsSearch

The nested AssetLinkDetailsSearch to filter AssetLink records by their member details. Available AssetLinkDetailsSearch options are:
  • Id
  • AssetLinkId
  • DeviceSearch (by Id)
  • ActiveFrom
  • ActiveTo

Id

Search for an entry based on the specific Id.

IsActive

A value indicating whether to filter by active status. Set to <see langword="true" to return only active links, <see langword="false" for inactive links, or <see langword="null" to return all links regardless of active status.

LinkType

The DeviceLinkType to filter results by link type.

Loading API Runner...