Searches run on-demand within your Zaps to find and retrieve specific data from WATS. These actions execute when your workflow needs them, allowing you to look up reports, tickets, measurements, and other production data.
Find RCA Ticket
This search finds a WATS Root Cause Analysis ticket by ticket ID and uses the GET /api/RootCause/Ticket endpoint. You provide the ticket ID, and the action returns the complete ticket details including subject, status, priority, assignee, history, and tags. The returned data can be used to check ticket status, extract information, or pass to other workflow steps.
Find Report
This search finds WATS reports by filtering on multiple criteria and uses the GET /api/report/query/header endpoint. You can search by report ID, serial number, part number, date ranges, status, and more, or provide custom OData filter expressions for advanced queries. The action returns multiple results by default, so select "Return all results as line items" in Zapier to process each report individually in your workflow.
Find Dynamic Yield
This search retrieves dynamic yield KPIs aggregated by dimensions and uses the POST /api/App/DynamicYield endpoint. You specify dimensions like part number, test operation, or period to group the data, and the action returns yield metrics including FPY, SPY, TPY, LPY, test yield, PPM values, counts, and alarm statuses. The action returns multiple results, so select "Return all results as line items" in Zapier to process each yield group.
Find Dynamic Repair
This search retrieves repair KPIs dynamically aggregated by dimensions and uses the POST /api/App/DynamicRepair endpoint. You specify dimensions like part number, repair operation, or period to group the data, and the action returns repair metrics including repair count, repair report count, and sub-repair count. The action returns multiple results, so select "Return all results as line items" in Zapier to process each repair group.
Find WSJF Report (JSON)
This search retrieves a WSJF-formatted report as JSON by report ID and uses the GET /api/report/wsjf/{reportId} endpoint. You provide the report ID, and the action returns the full report data in WSJF format, which you can parse and use in subsequent workflow steps for custom processing or integration with other systems.
Find Serial Number History
This search retrieves complete transaction and traceability history for serial numbers and uses the POST /api/App/SerialNumberHistory endpoint. You can filter by serial number, part number, process, status, date ranges, and more to get a chronological list of all test results, rework actions, and subunit relationships. The action returns multiple history entries, so select "Return all results as line items" in Zapier to process each transaction.
Find Aggregated Measurements
This search retrieves aggregated numeric measurement data for test measurements and uses the POST /api/App/AggregatedMeasurements endpoint. You specify measurement paths, part number, test operation, and optional filters to get statistical data including averages, counts, min/max values, standard deviation, Cp/Cpk, and limits. The action supports up to 10,000 results and returns multiple measurements, so select "Return all results as line items" in Zapier to process each measurement path.
Find Test Step Analysis
This search retrieves test step statistics including yields, limits, and timings and uses the POST /api/App/TestStepAnalysis endpoint. You provide part number, test operation, and optional filters to get detailed step-level data including pass/fail counts, execution times, measurement statistics, and Cp/Cpk values. The action returns multiple test steps, so select "Return all results as line items" in Zapier to process each step individually.
Find UUT Report
This search retrieves UUT (Unit Under Test) report header metadata and uses the POST /api/App/UutReport endpoint. You can filter by serial number, part number, test operation, status, date ranges, and more to find test reports. The action returns up to 1,000 newest reports by default, so select "Return all results as line items" in Zapier to process each report.
Find UUR Report
This search retrieves UUR (Unit Under Repair) report header information and uses the POST /api/App/UurReport endpoint. You can filter by serial number, part number, repair operation, status, date ranges, and more to find repair reports including repair details, operators, and test results. The action returns up to 1,000 newest reports by default, so select "Return all results as line items" in Zapier to process each report.
Verify Unit
This search verifies a manufacturing unit against configured verification rules and uses the GET /api/Production/UnitVerification endpoint. You provide a serial number and optional part number, and the action returns a verification grade and detailed process data showing whether the unit has passed all required processes, repairs, and sequencing according to your WATS verification configuration.
Comments
0 comments
Please sign in to leave a comment.