Get Available Components
GET/api/portals/getavailablecomponents/:id
Tier: Internal — subject to change without notice.
Returns the antennas, sensors, actuators (and NMEA devices) available on a portal's devices for wiring into a portal rule, flagged with their current in-use state.
Request
Responses
- 200
- 400
- 401
- 403
The available components. See PortalDtos.AvailablePortalComponentDto. InUse is set only for
components captured by a rule type that captively owns its components (see
Enums.PortalRuleType); output/IO rules never capture components.
The id does not resolve to a portal in the caller's organisation.
Caller is not authenticated.
Caller does not have Read permission on the Portal module.