---
title: "UserSearchValue"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/1db037a7-bf46-4b4a-bdb1-e1416bdd952f/schemas/UserSearchValue"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/1db037a7-bf46-4b4a-bdb1-e1416bdd952f.md

# UserSearchValue

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.9.0.0
components:
  schemas:
    BusinessObjectState:
      type: integer
    UserSearchValue:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        columnID:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        searchID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        value:
          type:
            - "null"
            - string
        valueName:
          type:
            - "null"
            - string
      type: object
```
