View User Permission Sets for File

get

/api/restapi/document/permissionSets

Send a request to this endpoint to view the user's permission sets for the provided file.

Request

Query Parameters
  • The system-generated identifier of a document.
  • The path of the file or folder from it's root folder.
    The field is non-persistable and thus maximum length is not applicable.
  • Scope type where document is created.
    Allowed Values: [ "project", "workspace", "genericPortfolio", "strategy", "idea", "program", "template"]
  • The system-generated identifier of the scope where document is created.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityPermissionSets
Type: object
Title: ApiEntityPermissionSets
Show Source
Nested Schema : customLog
Type: array
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Show Source
Nested Schema : file
Type: array
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
Show Source
Nested Schema : idea
Type: array
Idea permission sets.
Applicable for workspace, idea retrieve APIs.
Show Source
Nested Schema : portfolio
Type: array
Portfolio permission sets.
Applicable for workspace, portfolio retrieve APIs.
Show Source
Nested Schema : program
Type: array
Program permission sets.
Applicable for workspace, program retrieve APIs.
Show Source
Nested Schema : project
Type: array
Project permission sets.
Applicable for workspace, project retrieve APIs.
Show Source
Nested Schema : report
Type: array
Report permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs.
Show Source
Nested Schema : workspace
Type: array
Workspace permission sets.
Applicable for workspace retrieve API.
Show Source
Nested Schema : ApiEntityProfile
Type: object
Title: ApiEntityProfile
Show Source

204 Response

Successful operation with no content.

404 Response

The requested folder or file does not exist, or you do not have access to it.
Back to Top