---
title: "SearchParameter"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5/schemas/SearchParameter"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5.md

# SearchParameter

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    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
    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
```
