Request Status
GET/api/portals/RequestStatus/:id
Tier: Internal — subject to change without notice.
Asks a portal's device to push a fresh status snapshot.
Raises an Events.AgentNotificationDomainEvent telling the device to push a fresh status via PortalController.UpdatePortalStatus(...).
Request
Responses
- 200
- 400
- 401
- 403
Returns true once the request has been raised. This is a GET with a side effect — it is not a safe, read-only operation.
The id does not resolve to a portal in the caller's organisation — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the Portal module.