View Available Permission Sets for Program
get
/api/restapi/program/permissionSets
Send a request to this endpoint to view the available permission sets for the provided program.
Request
Query Parameters
-
programCode(required): string
The user-specified identifier of the program to be found.
This is a required field. -
programId(required): integer(int64)
ID of the program to be found.
This is a required field. -
workspaceCode(required): string
Workspace Code of the program to be found.
This is a required field. -
workspaceId: integer(int64)
The system-generated identifier of a workspace.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ApiEntityPermissionSets
Type:
objectTitle:
Show Source
ApiEntityPermissionSets-
customLog: array
customLog
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs. -
file: array
file
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs. -
globalPermissions: array
globalPermissions
Global permission sets.
Applicable for globalPermissions retrieve API. -
idea: array
idea
Idea permission sets.
Applicable for workspace, idea retrieve APIs. -
portfolio: array
portfolio
Portfolio permission sets.
Applicable for workspace, portfolio retrieve APIs. -
program: array
program
Program permission sets.
Applicable for workspace, program retrieve APIs. -
project: array
project
Project permission sets.
Applicable for workspace, project retrieve APIs. -
report: array
report
Report permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs. -
workspace: array
workspace
Workspace permission sets.
Applicable for workspace retrieve API.
Nested Schema : customLog
Type:
arrayCustom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Show Source
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : file
Type:
arrayFile permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
Show Source
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : globalPermissions
Type:
arrayGlobal permission sets.
Applicable for globalPermissions retrieve API.
Show Source
Applicable for globalPermissions retrieve API.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : idea
Type:
arrayIdea permission sets.
Applicable for workspace, idea retrieve APIs.
Show Source
Applicable for workspace, idea retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : portfolio
Type:
arrayPortfolio permission sets.
Applicable for workspace, portfolio retrieve APIs.
Show Source
Applicable for workspace, portfolio retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : program
Type:
arrayProgram permission sets.
Applicable for workspace, program retrieve APIs.
Show Source
Applicable for workspace, program retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : project
Type:
arrayProject permission sets.
Applicable for workspace, project retrieve APIs.
Show Source
Applicable for workspace, project retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : report
Type:
arrayReport permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs.
Show Source
Applicable for workspace, project, program, portfolio, report retrieve APIs.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : workspace
Type:
arrayWorkspace permission sets.
Applicable for workspace retrieve API.
Show Source
Applicable for workspace retrieve API.
-
Array of:
object ApiEntityProfile
Title:
ApiEntityProfile
Nested Schema : ApiEntityProfile
Type:
objectTitle:
Show Source
ApiEntityProfile-
description: string
Maximum Length:
4000Description. -
profileId: string
Maximum Length:
255Profile ID. -
profileName: string
Maximum Length:
255Profile Name.
204 Response
Successful operation with no content.
404 Response
The requested program does not exist, or you do not have access to it.