GET /Privilege/AccountApplicationPrivileges/{id}/

Gets all the application privileges for a specified account.
 

Request

Method Request URI
GET /API/Privilege/AccountApplicationPrivileges/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session.

Path Parameters

Path Parameter Description
id The ID of the account to get the privilege assignments for.

Request Body

There is no Request Body for this function.

Response

Response Body

An array of Dundas.BI.WebApi.Models.PrivilegeAssignmentData object containing requested information or a status code indicating the reason for a failure.