Skip to end of banner
Go to start of banner

addFilterPermission

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

See also: Actions

Description

Add a share permission to a filter. Identify the share permission by type and value parameters. Supported types are anyone (or global), any (or loggedin), user, group, project and projectRole. Use anyone or global type for all (including anonymous) users. Use any or loggedin type for all authenticated users. Alternatively, specify one of the project, role, group, or userId parameters to add their respective type (project, projectRole, group, or user) without specify type. Note that user type is only supported for editors. Use permission parameter to specify view or edit permission. The default permission value is view. View permission is automatically granted if edit permission type is granted. For anyone (or global) and any (or loggedin) types, they can only have view permission and they cannot coexist with other permission types.

Required Parameters

filter, (type or userId or group or project or role)

Optional Parameters

permission, value, continue

Type

Create

Category

Filters

Output Formats

Replacement Variables

filter, filterId, permissionId

Hostingcloud,server,datacenter
Since Version9.9

Examples

addFilterPermission

Related How To's

  • No labels