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