get_participant_role_details
Retrieve participant role details in a Pega case, including role configuration, permissions, and user data. Specify case ID, role ID, and optional UI resources for metadata extraction.
Instructions
Get detailed information about a specific participant role in a Pega case, including role configuration, permissions, and user details. Returns participant role metadata with optional UI resources.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (case ID) to retrieve participant role details from. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". Must be a complete case identifier including spaces and special characters. | |
participantRoleID | Yes | Participant role ID to get details for. This identifies the specific role within the case that you want detailed information about. | |
viewType | No | Type of view data to return. "form" returns form UI metadata in uiResources object, "none" returns no UI resources. Default: "form". | form |