The Sheet Search API allows you to query temporary sheet data that was persisted during the processing of Excel files via /process/_create. After successful processing, the parsed Excel data (converted to JSON format) is stored in temporary tables. This API enables downstream services and applications to retrieve this parsed data for entity creation or analysis.
SheetDataDetails: Object containing the search results.
Data: Array of row data objects. Each object contains:
tenantid: Tenant identifier
referenceid: Reference identifier
filestoreid: File store identifier
sheetname: Name of the sheet
rownumber: Row number in the sheet (0-indexed, excluding header)
rowjson: Parsed row data as JSON object (column name → value mapping)
createdby: User UUID who created the record
createdtime: Timestamp when created
deletetime: Timestamp when marked for deletion (null if not deleted)
TotalCount: Total number of records matching the search criteria (without pagination).
SheetWiseCounts: Array of sheet-wise record counts (only populated when searching by referenceId and fileStoreId without sheetName). Each object contains: