Get Portal Status
GET/api/portals/getstatus/:id
Tier: Internal — subject to change without notice.
Returns the current composite status of a portal (portal, devices, antennas, sensors, actuators) exactly as last reported.
Request
Responses
- 200
- 400
- 401
- 403
The status. See PortalDtos.PortalStatusDto. Unlike PortalController.GetPortalStatuses(...), this endpoint does not
apply the heartbeat staleness override — it returns the last-reported status verbatim. SourceId and
OrganisationId are always null in server responses; they exist for the device-upload direction.
The id does not resolve to a portal in the caller's organisation (empty array body).
Caller is not authenticated.
Caller does not have Read permission on the Portal module.