AclManager_GET
Collects ACL info
Defined in: aclManager.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
AclManager_GET(id, userId, groupId, pretty)
GET /wf/restapi/v2/admin/aclManager: This endpoint can collect all acls info or a specific acls info given the "id", "userId" or "groupId"
|
Class Detail
AclManager_GET(id, userId, groupId, pretty)
GET /wf/restapi/v2/admin/aclManager: This endpoint can collect all acls info or a specific acls info given the "id", "userId" or "groupId"
- Parameters:
- id Optional
- search for a specific acl by acl id
- userId Optional
- search for all acls for a user by userId
- groupId Optional
- search for all acls in a group by the groupId
- pretty Optional, Default: false
- format the response to be human readable?
GET /wf/restapi/v2/admin/aclManager
Response:
[
{
"description": "",
"id": "0_6_8A07B49F-2CC5-4DFB-ACD5-B9C9A8F03333",
"name": "Index",
"hidden": false,
"groupId": 6,
"revokedPermissions": [],
"rootPath": "",
"workspaces": [
"F90B0A3A-AA51-4A0F-A806-C6EAEA7B41C2"
],
"searchFilter": null,
"forms": [
"XMP Basic",
"IPTC Contact",
"IPTC Status",
"Rights Management",
"Camera Data 2",
"Dublin Core",
"Adobe PDF",
"Adobe Stock Photos",
"MediaBeacon Default",
"Camera Data 1",
"IPTC Content",
"Adobe Photoshop"
],
"uploadForm": ""
},
{
"description": "",
"id": "0_7_D7F87632-5C75-4AF4-AC53-279C4AF8DDC1",
"name": "nologin",
"hidden": false,
"groupId": 7,
"revokedPermissions": [
"fileUpload",
"dragDrop",
"disablecontextualmenu",
"importAssets",
"replaceAssets",
"saveMetadataTemplate",
"externalLinks",
"renameAssets",
"customDownload",
"archive",
"version",
"uploadAnywhere",
"checkOutAdmin",
"checkOut",
"notifications",
"dictionaries",
"triggerWorkflow",
"sendEmail",
"rss",
"viewGlobalAssetLog",
"folderAction",
"bundle",
"quickDownload",
"contentPools",
"linkAssets",
"contactSheet",
"brandPortal",
"deleteAccess",
"thumbnailDelete",
"playOrig",
"fileAction",
"changePassword",
"newAssets",
"addDiscussion",
"editMetaData",
"viewDiscussion"
],
"rootPath": "",
"workspaces": [
"3DC1CEC1-8384-4BE3-8E3C-42EC80394653"
],
"searchFilter": "nologin ACL Search Filter",
"forms": [
"XMP Basic",
"IPTC Contact",
"IPTC Status",
"Rights Management",
"Camera Data 2",
"Dublin Core",
"Adobe PDF",
"Adobe Stock Photos",
"MediaBeacon Default",
"Camera Data 1",
"IPTC Content",
"Adobe Photoshop"
],
"uploadForm": ""
}
]
GET /wf/restapi/v2/admin/aclManager?id=0_6_8A07B49F-2CC5-4DFB-ACD5-B9C9A8F03333
Response:
[
{
"description": "",
"id": "0_6_8A07B49F-2CC5-4DFB-ACD5-B9C9A8F03333",
"name": "Index",
"hidden": false,
"groupId": 6,
"revokedPermissions": [],
"rootPath": "",
"workspaces": [
"F90B0A3A-AA51-4A0F-A806-C6EAEA7B41C2"
],
"searchFilter": null,
"forms": [
"XMP Basic",
"IPTC Contact",
"IPTC Status",
"Rights Management",
"Camera Data 2",
"Dublin Core",
"Adobe PDF",
"Adobe Stock Photos",
"MediaBeacon Default",
"Camera Data 1",
"IPTC Content",
"Adobe Photoshop"
],
"uploadForm": ""
}
]
GET /wf/restapi/v2/admin/aclManager?groupId=6
Response:
[
{
"description": "",
"id": "0_6_8A07B49F-2CC5-4DFB-ACD5-B9C9A8F03333",
"name": "Index",
"hidden": false,
"groupId": 6,
"revokedPermissions": [],
"rootPath": "",
"workspaces": [
"F90B0A3A-AA51-4A0F-A806-C6EAEA7B41C2"
],
"searchFilter": null,
"forms": [
"XMP Basic",
"IPTC Contact",
"IPTC Status",
"Rights Management",
"Camera Data 2",
"Dublin Core",
"Adobe PDF",
"Adobe Stock Photos",
"MediaBeacon Default",
"Camera Data 1",
"IPTC Content",
"Adobe Photoshop"
],
"uploadForm": ""
}
]