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

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

# FieldInfo

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    HAlignment:
      type: integer
    DatabaseAccessMode:
      type: integer
    PivotFieldArea:
      type: integer
    ViewFieldFlags:
      type: integer
    AggregateTypes:
      type: integer
    LookupDisplayMode:
      type: integer
    Permissions:
      type: integer
    MetaDataType:
      type: integer
    GridColumnSortDirection:
      type: integer
    AllowedPivotAreas:
      type: integer
    SqlServerTypeId:
      type: integer
    SqlDataType:
      type: integer
    FieldVisibility:
      type: integer
    FieldInfo:
      properties:
        align:
          $ref: "#/components/schemas/HAlignment"
        businessObjectID:
          type:
            - "null"
            - string
        caption:
          type:
            - "null"
            - string
        columnID:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        contentType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        controlType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        databaseAccessMode:
          $ref: "#/components/schemas/DatabaseAccessMode"
        debuggerDisplay:
          type:
            - "null"
            - string
        decimalPlaces:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        defaultVisibleSearch:
          type: boolean
        fieldArea:
          $ref: "#/components/schemas/PivotFieldArea"
        fieldID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        fieldID_ColumnID:
          type:
            - "null"
            - string
        fieldName:
          type:
            - "null"
            - string
        fixed:
          type: boolean
        flags:
          $ref: "#/components/schemas/ViewFieldFlags"
        format:
          type:
            - "null"
            - string
        fullName:
          type:
            - "null"
            - string
        group:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        groupAggregateFormat:
          type:
            - "null"
            - string
        groupAggregateType:
          $ref: "#/components/schemas/AggregateTypes"
        internalVisible:
          type: boolean
        isClonable:
          type: boolean
        isDefaultControlType:
          type: boolean
        isDefaultFormat:
          type: boolean
        isGenericField:
          type: boolean
        isMandatorySearch:
          type: boolean
        isPartOfPrimaryKey:
          type: boolean
        isRequired:
          type: boolean
        length:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        lookupDisplayMode:
          $ref: "#/components/schemas/LookupDisplayMode"
        lookupID:
          type:
            - "null"
            - string
        maxSecurity:
          $ref: "#/components/schemas/Permissions"
        maxValue:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        metaDataType:
          $ref: "#/components/schemas/MetaDataType"
        minValue:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        nextNumName:
          type:
            - "null"
            - string
        order:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        orderDir:
          $ref: "#/components/schemas/GridColumnSortDirection"
        originalFieldNameOfField:
          type:
            - "null"
            - string
        originalTableNameOfField:
          type:
            - "null"
            - string
        permission:
          $ref: "#/components/schemas/Permissions"
        pivotAreas:
          $ref: "#/components/schemas/AllowedPivotAreas"
        position:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        propertyName:
          type:
            - "null"
            - string
        schemaDataType:
          $ref: "#/components/schemas/SqlServerTypeId"
        schemaIsNullable:
          type: boolean
        securityFieldID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        showEmptyItem:
          type: boolean
        sqlExpression:
          type:
            - "null"
            - string
        tableName:
          type:
            - "null"
            - string
        tooltip:
          type:
            - "null"
            - string
        totalAggregateFormat:
          type:
            - "null"
            - string
        totalAggregateType:
          $ref: "#/components/schemas/AggregateTypes"
        type:
          $ref: "#/components/schemas/SqlDataType"
        viewID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        visibility:
          $ref: "#/components/schemas/FieldVisibility"
        width:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
```
