Get Portal Statuses
GET/api/portals/getportalstatuses
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged list of portal statuses, with staleness re-derived at read time.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of PortalDtos.PortalStatusSummaryDto. The reported Status is forced to
Enums.PortalOperationStatus's Offline member (without persisting) when the portal's
last heartbeat plus HeartBeatDuration × HeartBeatMissedThreshold seconds has elapsed. A portal that has never
sent a heartbeat reports the SQL minimum date as LastHeartbeatTime.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.
Caller does not have Read permission on the Portal module.