Get Portal Details
GET/api/portals/getportal/:id
Tier: Internal — subject to change without notice.
Returns a single portal by id.
Request
Responses
- 200
- 400
- 401
- 403
The portal. See PortalDtos.PortalDetailDto.
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.