GET Security/GetProjectDataMartPermissions?projectID={projectID}&dataMartID={dataMartID}

Returns all of the permissions for the specified Project and DataMart

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectID

globally unique identifier

Required

dataMartID

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AclProjectDataMartDTO
NameDescriptionTypeAdditional information
ProjectID

ID of the project

globally unique identifier

None.

DataMartID

ID of the DataMart

globally unique identifier

None.

Allowed

Gets or sets the indicator to specify if ACL is Allowed

boolean

None.

PermissionID

Gets or sets the ID of the permission

globally unique identifier

None.

Permission

Permission

string

None.

SecurityGroupID

Gets or set the ID of SecurityGroup

globally unique identifier

None.

SecurityGroup

Security Group

string

None.

Overridden

Gets or sets the indicator to specify if Base ACL is overridden

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "ProjectID": "bd5c3c21-ac05-4ff2-a2eb-7d3548d7ff40",
      "DataMartID": "4ca9ac50-6f24-4218-93ed-bf80bf753909",
      "Allowed": true,
      "PermissionID": "e1c5b1f8-b169-4e93-b41f-8ef8ca9dbbb8",
      "Permission": "sample string 4",
      "SecurityGroupID": "0d671517-8171-4a4d-86e0-84017c0bdeea",
      "SecurityGroup": "sample string 6",
      "Overridden": true
    },
    {
      "ProjectID": "bd5c3c21-ac05-4ff2-a2eb-7d3548d7ff40",
      "DataMartID": "4ca9ac50-6f24-4218-93ed-bf80bf753909",
      "Allowed": true,
      "PermissionID": "e1c5b1f8-b169-4e93-b41f-8ef8ca9dbbb8",
      "Permission": "sample string 4",
      "SecurityGroupID": "0d671517-8171-4a4d-86e0-84017c0bdeea",
      "SecurityGroup": "sample string 6",
      "Overridden": true
    }
  ]
}

text/javascript

Sample:
{"results":[{"ProjectID":"bd5c3c21-ac05-4ff2-a2eb-7d3548d7ff40","DataMartID":"4ca9ac50-6f24-4218-93ed-bf80bf753909","Allowed":true,"PermissionID":"e1c5b1f8-b169-4e93-b41f-8ef8ca9dbbb8","Permission":"sample string 4","SecurityGroupID":"0d671517-8171-4a4d-86e0-84017c0bdeea","SecurityGroup":"sample string 6","Overridden":true},{"ProjectID":"bd5c3c21-ac05-4ff2-a2eb-7d3548d7ff40","DataMartID":"4ca9ac50-6f24-4218-93ed-bf80bf753909","Allowed":true,"PermissionID":"e1c5b1f8-b169-4e93-b41f-8ef8ca9dbbb8","Permission":"sample string 4","SecurityGroupID":"0d671517-8171-4a4d-86e0-84017c0bdeea","SecurityGroup":"sample string 6","Overridden":true}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfAclProjectDataMartDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <AclProjectDataMartDTO>
    <Overridden>true</Overridden>
    <SecurityGroup>sample string 6</SecurityGroup>
    <SecurityGroupID>0d671517-8171-4a4d-86e0-84017c0bdeea</SecurityGroupID>
    <Allowed>true</Allowed>
    <Permission>sample string 4</Permission>
    <PermissionID>e1c5b1f8-b169-4e93-b41f-8ef8ca9dbbb8</PermissionID>
    <DataMartID>4ca9ac50-6f24-4218-93ed-bf80bf753909</DataMartID>
    <ProjectID>bd5c3c21-ac05-4ff2-a2eb-7d3548d7ff40</ProjectID>
  </AclProjectDataMartDTO>
  <AclProjectDataMartDTO>
    <Overridden>true</Overridden>
    <SecurityGroup>sample string 6</SecurityGroup>
    <SecurityGroupID>0d671517-8171-4a4d-86e0-84017c0bdeea</SecurityGroupID>
    <Allowed>true</Allowed>
    <Permission>sample string 4</Permission>
    <PermissionID>e1c5b1f8-b169-4e93-b41f-8ef8ca9dbbb8</PermissionID>
    <DataMartID>4ca9ac50-6f24-4218-93ed-bf80bf753909</DataMartID>
    <ProjectID>bd5c3c21-ac05-4ff2-a2eb-7d3548d7ff40</ProjectID>
  </AclProjectDataMartDTO>
</ArrayOfAclProjectDataMartDTO>