Get Detailed Portal Status History
GET/api/portals/GetDetailedPortalStatusHistory/:id
Tier: Internal — subject to change without notice.
Returns a single detailed portal status history row by id.
Request
Responses
- 200
- 400
- 401
- 403
The status history row. See PortalDtos.PortalStatusHistoryDetailDto.
The id does not resolve to a status history row in the caller's organisation (empty array body).
Caller is not authenticated.
Caller does not have Read permission on the Portal module.