---
title: "SearchInfo"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4/schemas/SearchInfo"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4.md

# SearchInfo

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    SearchParameter:
      properties:
        columnID:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        fieldName:
          type:
            - "null"
            - string
        hasReadOnlyValues:
          type: boolean
        ignore:
          type: boolean
        isHidden:
          type: boolean
        isSQLCondition:
          type: boolean
        order:
          $ref: "#/components/schemas/GridColumnSortDirection"
        schemaDataType:
          $ref: "#/components/schemas/SqlServerTypeId"
        schemaIsNullable:
          type: boolean
        sqlExpression:
          type:
            - "null"
            - string
        tableName:
          type:
            - "null"
            - string
        type:
          $ref: "#/components/schemas/SqlDataType"
        values:
          items:
            $ref: "#/components/schemas/SearchValueInfo"
          type:
            - "null"
            - array
      type: object
    GridColumnSortDirection:
      type: integer
    SqlServerTypeId:
      type: integer
    SqlDataType:
      type: integer
    SearchValueInfo:
      properties:
        concatination:
          $ref: "#/components/schemas/Concatination"
        hasOperator:
          type: boolean
        hasRange:
          type: boolean
        isEmptyValue:
          type: boolean
        isLikeSearch:
          type: boolean
        isNotNullValue:
          type: boolean
        isNullValue:
          type: boolean
        isReadOnly:
          type: boolean
        operator:
          $ref: "#/components/schemas/SearchOperator"
        operatorSign:
          type:
            - "null"
            - string
        searchValue: {}
        searchValue2: {}
      type: object
    Concatination:
      type: integer
    SearchOperator:
      type: integer
    SearchInfo:
      properties:
        ignoredObjects:
          items:
            type: string
          type:
            - "null"
            - array
        isChoiceMode:
          type: boolean
        loadAllPropertiesOfObject:
          type: boolean
        maxRecords:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        objectID:
          type:
            - "null"
            - string
        parameters:
          type:
            - "null"
            - object
        searchCriteria:
          items:
            $ref: "#/components/schemas/SearchParameter"
          type:
            - "null"
            - array
        searchID:
          type:
            - "null"
            - string
        viewID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
```
