---
title: "InputAssistantResponse"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/InputAssistantResponse"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# InputAssistantResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    InputAssistantFieldResponse:
      additionalProperties: false
      properties:
        isRequired:
          type: boolean
        predefinedValue:
          type:
            - "null"
            - string
        technicalFieldName:
          type:
            - "null"
            - string
      required:
        - technicalFieldName
      type: object
    InputAssistantResponse:
      additionalProperties: false
      properties:
        assetStatusId:
          format: int32
          type: integer
        fields:
          items:
            $ref: "#/components/schemas/InputAssistantFieldResponse"
          type:
            - "null"
            - array
        hasSerialNumber:
          type: boolean
        id:
          format: int32
          type: integer
        isActive:
          type: boolean
        isDataFieldsActive:
          type: boolean
      type: object
```
