GET Security/GetProjectRequestTypeWorkflowActivityPermissionForIdentity?projectID={projectID}&identityID={identityID}

Gets the workflow activity permissions for the specified project and Identity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectID

The ID of the project.

globally unique identifier

Required

identityID

The ID of the identity to get the permissions for.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AclProjectRequestTypeWorkflowActivityDTO
NameDescriptionTypeAdditional information
ProjectID

Gets or set the ID of project

globally unique identifier

None.

Project

Project

string

None.

RequestTypeID

Gets or set the ID of Request type

globally unique identifier

None.

RequestType

Request type

string

None.

WorkflowActivityID

Gets or set the ID of Workflow activity

globally unique identifier

None.

WorkflowActivity

Workflow activity

string

None.

Allowed

Gets or sets the indicator to specify if ACL is Allowed

boolean

None.

PermissionID

Gets or sets the ID of the permission

globally unique identifier

None.

Permission

Permission

string

None.

SecurityGroupID

Gets or set the ID of SecurityGroup

globally unique identifier

None.

SecurityGroup

Security Group

string

None.

Overridden

Gets or sets the indicator to specify if Base ACL is overridden

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "ProjectID": "d0b0c312-8db0-4bcb-9a76-7fb87a4df17f",
      "Project": "sample string 2",
      "RequestTypeID": "4751a56f-f68d-41f5-989d-7030db2c4bd3",
      "RequestType": "sample string 4",
      "WorkflowActivityID": "cf239ebc-b772-41a8-adae-0f9aaac53d96",
      "WorkflowActivity": "sample string 6",
      "Allowed": true,
      "PermissionID": "d9a334b3-3063-4d7a-9948-49dfe5b2c03d",
      "Permission": "sample string 8",
      "SecurityGroupID": "0a781437-fc12-446e-86e4-05484d361ea2",
      "SecurityGroup": "sample string 10",
      "Overridden": true
    },
    {
      "ProjectID": "d0b0c312-8db0-4bcb-9a76-7fb87a4df17f",
      "Project": "sample string 2",
      "RequestTypeID": "4751a56f-f68d-41f5-989d-7030db2c4bd3",
      "RequestType": "sample string 4",
      "WorkflowActivityID": "cf239ebc-b772-41a8-adae-0f9aaac53d96",
      "WorkflowActivity": "sample string 6",
      "Allowed": true,
      "PermissionID": "d9a334b3-3063-4d7a-9948-49dfe5b2c03d",
      "Permission": "sample string 8",
      "SecurityGroupID": "0a781437-fc12-446e-86e4-05484d361ea2",
      "SecurityGroup": "sample string 10",
      "Overridden": true
    }
  ]
}

text/javascript

Sample:
{"results":[{"ProjectID":"d0b0c312-8db0-4bcb-9a76-7fb87a4df17f","Project":"sample string 2","RequestTypeID":"4751a56f-f68d-41f5-989d-7030db2c4bd3","RequestType":"sample string 4","WorkflowActivityID":"cf239ebc-b772-41a8-adae-0f9aaac53d96","WorkflowActivity":"sample string 6","Allowed":true,"PermissionID":"d9a334b3-3063-4d7a-9948-49dfe5b2c03d","Permission":"sample string 8","SecurityGroupID":"0a781437-fc12-446e-86e4-05484d361ea2","SecurityGroup":"sample string 10","Overridden":true},{"ProjectID":"d0b0c312-8db0-4bcb-9a76-7fb87a4df17f","Project":"sample string 2","RequestTypeID":"4751a56f-f68d-41f5-989d-7030db2c4bd3","RequestType":"sample string 4","WorkflowActivityID":"cf239ebc-b772-41a8-adae-0f9aaac53d96","WorkflowActivity":"sample string 6","Allowed":true,"PermissionID":"d9a334b3-3063-4d7a-9948-49dfe5b2c03d","Permission":"sample string 8","SecurityGroupID":"0a781437-fc12-446e-86e4-05484d361ea2","SecurityGroup":"sample string 10","Overridden":true}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfAclProjectRequestTypeWorkflowActivityDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO.Security">
  <AclProjectRequestTypeWorkflowActivityDTO>
    <Overridden xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">true</Overridden>
    <SecurityGroup xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">sample string 10</SecurityGroup>
    <SecurityGroupID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">0a781437-fc12-446e-86e4-05484d361ea2</SecurityGroupID>
    <Allowed xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">true</Allowed>
    <Permission xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">sample string 8</Permission>
    <PermissionID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">d9a334b3-3063-4d7a-9948-49dfe5b2c03d</PermissionID>
    <Project>sample string 2</Project>
    <ProjectID>d0b0c312-8db0-4bcb-9a76-7fb87a4df17f</ProjectID>
    <RequestType>sample string 4</RequestType>
    <RequestTypeID>4751a56f-f68d-41f5-989d-7030db2c4bd3</RequestTypeID>
    <WorkflowActivity>sample string 6</WorkflowActivity>
    <WorkflowActivityID>cf239ebc-b772-41a8-adae-0f9aaac53d96</WorkflowActivityID>
  </AclProjectRequestTypeWorkflowActivityDTO>
  <AclProjectRequestTypeWorkflowActivityDTO>
    <Overridden xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">true</Overridden>
    <SecurityGroup xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">sample string 10</SecurityGroup>
    <SecurityGroupID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">0a781437-fc12-446e-86e4-05484d361ea2</SecurityGroupID>
    <Allowed xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">true</Allowed>
    <Permission xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">sample string 8</Permission>
    <PermissionID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">d9a334b3-3063-4d7a-9948-49dfe5b2c03d</PermissionID>
    <Project>sample string 2</Project>
    <ProjectID>d0b0c312-8db0-4bcb-9a76-7fb87a4df17f</ProjectID>
    <RequestType>sample string 4</RequestType>
    <RequestTypeID>4751a56f-f68d-41f5-989d-7030db2c4bd3</RequestTypeID>
    <WorkflowActivity>sample string 6</WorkflowActivity>
    <WorkflowActivityID>cf239ebc-b772-41a8-adae-0f9aaac53d96</WorkflowActivityID>
  </AclProjectRequestTypeWorkflowActivityDTO>
</ArrayOfAclProjectRequestTypeWorkflowActivityDTO>