View Available Permission Sets for Custom Log Type Object
get
/api/restapi/customLogTypeObject/permissionSets
Send a request to this endpoint to view the available permission sets for the provided custom log type object.
Request
Query Parameters
-
customLogTypeObjectId: integer(int64)
The system-generated identifier of a custom log type object.
-
customLogTypeObjectName: string
The user-defined identifier of a custom log type object.
-
workspaceCode: string
The user-defined identifier of a workspace.
-
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.
400 Response
The request doesn't contain the proper combination of query parameters.
404 Response
The requested custom log type object does not exist, or you do not have access to it.