PrivilegeControllerGetGroupPrivileges Method

GET /Privilege/GroupApplicationPrivileges/{id} Gets all the application privileges for a specified group.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("GroupApplicationPrivileges")]
public HttpResponseMessage GetGroupPrivileges(
	Guid id,
	Nullable<Guid> sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the group to get the privilege assignments for.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: HttpResponseMessage
An array of PrivilegeAssignmentData object containing requested information or a status code indicating the reason for a failure.
See Also