get_case_view_calculated_fields
Retrieve specific calculated fields from a case view by providing the case ID, view ID, and field details. Filters out fields not included in the view for accurate data extraction.
Instructions
Get calculated fields for a given case view. Retrieves only the requested calculated fields from the case view. All requested calculated fields in the request body must be included in the view. Any requested fields that are not part of the view will be filtered out.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
calculations | Yes | Object containing the fields data to retrieve their respective calculated values. Must contain a "fields" array with field objects. | |
caseID | Yes | Full case handle (case ID) to retrieve calculated fields from. Example: "MYORG-SERVICES-WORK S-293001". Must be a complete case identifier including spaces and special characters. | |
viewID | Yes | Name of the view from which calculated fields are retrieved - ID of the view rule. This identifies the specific view containing the calculated fields to be evaluated. |