Get Portal Rule
GET/api/portals/getportalrule/:id
Tier: Internal — subject to change without notice.
Returns a single portal rule by id, with its tuning parameters and wired components.
Request
Responses
- 200
- 400
- 401
- 403
The rule. See PortalDtos.PortalRuleDetailDto.
The id does not resolve to a portal rule in the caller's organisation — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the Portal module.