get_assignment
Retrieve detailed assignment information, including instructions, available actions, and UI metadata, by specifying an assignment ID. Supports form and page view types for UI data.
Instructions
Get detailed information about a specific assignment by assignment ID, including instructions and available actions. If the case type uses pessimistic locking and the client uses Constellation, this request locks the case.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignmentID | Yes | Full handle of an assignment. Example: ASSIGN-WORKLIST PBANK-LOAN-WORK V-76003!REVIEW_FLOW | |
pageName | No | If provided, returns view metadata for the pageName view (only used when viewType is "page") | |
viewType | No | Type of view data to return. "form" returns only assignment UI metadata in uiResources object, "page" returns full page (read-only review mode) UI metadata in uiResources object | page |