GET api/resourcegroup/acl/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DTOSYSACLView
NameDescriptionTypeAdditional information
SYSACLID

integer

None.

ACLTitle

string

None.

ACLDescription

string

None.

SYSACLGroupID

integer

None.

SYSACLTypeID

integer

None.

FlagDeleted

boolean

None.

ACLType

string

None.

GroupTitle

string

None.

Assigned

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SYSACLID": 1,
    "ACLTitle": "sample string 2",
    "ACLDescription": "sample string 3",
    "SYSACLGroupID": 4,
    "SYSACLTypeID": 5,
    "FlagDeleted": true,
    "ACLType": "sample string 7",
    "GroupTitle": "sample string 8",
    "Assigned": true
  },
  {
    "SYSACLID": 1,
    "ACLTitle": "sample string 2",
    "ACLDescription": "sample string 3",
    "SYSACLGroupID": 4,
    "SYSACLTypeID": 5,
    "FlagDeleted": true,
    "ACLType": "sample string 7",
    "GroupTitle": "sample string 8",
    "Assigned": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOSYSACLView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PTI.AF.DTO">
  <DTOSYSACLView>
    <ACLDescription>sample string 3</ACLDescription>
    <ACLTitle>sample string 2</ACLTitle>
    <ACLType>sample string 7</ACLType>
    <Assigned>true</Assigned>
    <FlagDeleted>true</FlagDeleted>
    <GroupTitle>sample string 8</GroupTitle>
    <SYSACLGroupID>4</SYSACLGroupID>
    <SYSACLID>1</SYSACLID>
    <SYSACLTypeID>5</SYSACLTypeID>
  </DTOSYSACLView>
  <DTOSYSACLView>
    <ACLDescription>sample string 3</ACLDescription>
    <ACLTitle>sample string 2</ACLTitle>
    <ACLType>sample string 7</ACLType>
    <Assigned>true</Assigned>
    <FlagDeleted>true</FlagDeleted>
    <GroupTitle>sample string 8</GroupTitle>
    <SYSACLGroupID>4</SYSACLGroupID>
    <SYSACLID>1</SYSACLID>
    <SYSACLTypeID>5</SYSACLTypeID>
  </DTOSYSACLView>
</ArrayOfDTOSYSACLView>