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

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

# ResultItem

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    ResultItem:
      additionalProperties: false
      properties:
        details:
          additionalProperties:
            type: "null"
          readOnly: true
          type:
            - "null"
            - object
        message:
          type:
            - "null"
            - string
        messageKey:
          type:
            - "null"
            - string
        responseCode:
          format: int32
          type:
            - "null"
            - integer
        sourceObjectId:
          type: "null"
      type: object
```
