Overview
TheSearchParameters model defines the search criteria for querying label printing error data. This lightweight model is used to filter and retrieve specific incident records from the Support Dashboard.
Usage
This model is used in:- GetReportData endpoint (
POST /Home/GetReportData) - Accepts SearchParameters to query label data by serial number
Class Definition
Properties
The serial number to search for. This is used to retrieve label data and error reports for a specific product unit.
JSON Example
Usage Example
When calling the GetReportData endpoint, send the SearchParameters in the request body:Implementation Details
The search parameters are transformed into a query string for the Support Dashboard API:SerialNumber (PascalCase) to serial_number (snake_case) when constructing the external API request.
Related Endpoints
- GetReportData - Retrieve label data using search parameters