Get Actuators
GET/api/portals/getactuators
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged, org-wide list of actuators (not scoped to a single portal or device).
There are no create/update/delete endpoints for actuators — they are managed exclusively through the PortalController.CreateDevice(...)/PortalController.UpdateDevice(...) payloads.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Actuators.ActuatorSummaryDto.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.
Caller does not have Read permission on the Portal module.