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

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

# Report

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    BusinessObjectState:
      type: integer
    ReportType:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        dbConnectionType:
          $ref: "#/components/schemas/DbConnectionType"
        flags:
          $ref: "#/components/schemas/ReportTypeFlags"
        formID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        presenter:
          type:
            - "null"
            - string
        reportDescription:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        reportDescriptionFileLocation:
          type:
            - "null"
            - string
        reportDescriptionText:
          type:
            - "null"
            - string
        reportID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        reportSubType:
          $ref: "#/components/schemas/ReportSubTypes"
        reportTemplate:
          type:
            - "null"
            - string
        texts:
          items:
            $ref: "#/components/schemas/ReportText"
          type:
            - "null"
            - array
        type:
          $ref: "#/components/schemas/ReportTypeKeys"
        viewData:
          $ref: "#/components/schemas/ViewInfo"
        viewID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    DbConnectionType:
      type: integer
    ReportTypeFlags:
      type: integer
    ReportSubTypes:
      type: integer
    ReportText:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        reportID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        reportType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        text:
          type:
            - "null"
            - string
        textKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        wildcard:
          type:
            - "null"
            - string
      type: object
    ReportTypeKeys:
      type: integer
    ViewInfo:
      properties:
        businessManager:
          type:
            - "null"
            - string
        caption:
          type:
            - "null"
            - string
        fields:
          items:
            $ref: "#/components/schemas/FieldInfo"
          type:
            - "null"
            - array
        isReadOnly:
          type: boolean
        layout:
          type:
            - "null"
            - string
        name:
          type:
            - "null"
            - string
        pageSize:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        searchName:
          type:
            - "null"
            - string
        topDefault:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        viewId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    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
    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
    Report:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        caption:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        captionText:
          type:
            - "null"
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        description:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        module:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        moduleText:
          type:
            - "null"
            - string
        reportTypes:
          items:
            $ref: "#/components/schemas/ReportType"
          type:
            - "null"
            - array
      type: object
```
