---
title: "Get answers from an inspection"
method: GET
path: "/inspections/v1/answers/{id}"
tags: ["Inspections"]
---

# Get answers from an inspection

`GET /inspections/v1/answers/{id}`

This endpoint is a streaming API that returns answers/responses from an inspection in real-time.

A stream API pushes data to the client when it becomes available and there is no need for the client to poll the requests to the server for new data.

Please note that if you're using a classic REST client, you may find that the data returned in the stream API are individual JSON structures that are not separated by `,` (comma) or encapsulated in a collection `[...]`.

## Path parameters

- `id` string, required

## Response `200`

A successful response.(streaming responses)

- object
  - `result` S12InspectionsV1Answer
    - `question_id` string — The unique identifier for the inspection item
    - `modified_at` string, date-time — Date/time the item was last modified
    - `text_answer` S12InspectionsV1TextAnswer
      - `answer` string
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `datetime_answer` S12InspectionsV1DateTimeAnswer
      - `answer` string, date-time
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `address_answer` S12InspectionsV1AddressAnswer
      - `location_text` string
      - `location` S12InspectionsV1AddressLocation
        - `name` string — The name of the location
        - `thoroughfare` string — The thoroughfare of the location
        - `sub_thoroughfare` string — The sub_thoroughfare of the location
        - `locality` string — The locality of the location
        - `sub_locality` string — The sub_locality of the location
        - `administrative_area` string — The administrative_area of the location
        - `sub_administrative_area` string — The sub_administrative_area of the location
        - `postal_code` string — The postal_code of the location
        - `country` string — The country of the location
        - `iso_country_code` string — The iso_country_code of the location
        - `geo_position` S12CommonGeoPosition — A position is the fundamental geographical geometry construct.
          - `longitude` number, double — The geographical longitude
          - `latitude` number, double — The geographical latitude
          - `accuracy` integer — The accuracy in meters
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `checkbox_answer` S12InspectionsV1CheckboxAnswer
      - `answer` boolean
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `dynamicfield_answer` S12InspectionsV1DynamicField — DynamicField contains flat list of answers with one of answer type is being DynamicMeta - a reference to DynamicField answer. Check the schema above for better understanding.
      - `items` S12InspectionsV1DynamicFieldAnswerSet[]
        - `id` string — client side generated ID (Element ID)
        - `children` S12InspectionsV1DynamicFieldChild[]
          - `answer_id` string — The unique identifier for the inspection item
          - `question_id` string — A reference to dynamic field element
    - `list_answer` S12InspectionsV1ListAnswer
      - `responses` string[]
      - `note` string — Deprecated. Use attachments.
      - `media` S12InspectionsV1Media[] — Deprecated. Use attachments.
        - `media` S12CommonMedia
          - `id` string
          - `token` string
          - `filename` string — full file name, including file extension
          - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
        - `filename` string — DEPRECATED filename is now provided as part of the media field
        - `created_at` string, date-time — created at contains date file was uploaded at
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `question_answer` S12InspectionsV1QuestionAnswer
      - `responses` string[]
      - `note` string — Deprecated. Use attachments.
      - `media` S12InspectionsV1Media[] — Deprecated. Use attachments.
        - `media` S12CommonMedia
          - `id` string
          - `token` string
          - `filename` string — full file name, including file extension
          - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
        - `filename` string — DEPRECATED filename is now provided as part of the media field
        - `created_at` string, date-time — created at contains date file was uploaded at
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `media_answer` S12InspectionsV1MediaAnswer
      - `media` S12InspectionsV1Media[]
        - `media` S12CommonMedia
          - `id` string
          - `token` string
          - `filename` string — full file name, including file extension
          - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
        - `filename` string — DEPRECATED filename is now provided as part of the media field
        - `created_at` string, date-time — created at contains date file was uploaded at
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `drawing_answer` S12InspectionsV1DrawingAnswer
      - `media` S12CommonMedia
        - `id` string
        - `token` string
        - `filename` string — full file name, including file extension
        - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `signature_answer` S12InspectionsV1SignatureAnswer
      - `media` S12CommonMedia
        - `id` string
        - `token` string
        - `filename` string — full file name, including file extension
        - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
      - `name` string — name on the signature
      - `signed_at` string, date-time — Timestamp for when the signature answer was last updated
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `temperature_answer` S12InspectionsV1TemperatureAnswer
      - `answer` number, double
      - `recorded_at` string, date-time
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `slider_answer` S12InspectionsV1SliderAnswer
      - `answer` number, double
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `site_answer` S12InspectionsV1SiteAnswer
      - `id` string — Unique ID for the site
      - `name` string — Name of site (for ex. Surry Hills)
      - `region` string — Name for region (for ex. NSW)
      - `area` string — Name for area (for ex. Sydney)
    - `switch_answer` S12InspectionsV1SwitchAnswer
      - `answer` boolean
    - `asset_answer` S12InspectionsV1AssetAnswer
      - `asset_id` string
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `calculation_answer` S12InspectionsV1CalculationAnswer
      - `answer` S12InspectionsV1CalculatedItem
        - `status` 'STATUS_UNSPECIFIED' | 'STATUS_SUCCESS' | 'STATUS_INVALID_FORMULA' | 'STATUS_UNANSWERED_DEPENDENCIES' | 'STATUS_DIVISION_BY_ZERO' | 'STATUS_UNSUPPORTED_FUNCTION'
        - `error_parameters` string[]
        - `single_value` S12InspectionsV1CalculatedItemSingleValue
          - `value` string
        - `multiple_value` S12InspectionsV1CalculatedItemMultipleValue
          - `values` string[]
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
    - `company_answer` S12InspectionsV1CompanyAnswer
      - `company_id` string — Company ID provides a reference to the company that the answer is associated with.
      - `attachments` S12InspectionsV1Attachments
        - `note` string
        - `media` S12InspectionsV1Media[]
          - `media` S12CommonMedia
            - `id` string
            - `token` string
            - `filename` string — full file name, including file extension
            - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
          - `filename` string — DEPRECATED filename is now provided as part of the media field
          - `created_at` string, date-time — created at contains date file was uploaded at
      - `company_name` string — Company name is included in the answer to allow for a snapshot of the selection.
    - `table_answer` S12InspectionsV1TableData
      - `lines` S12InspectionsV1TableDataLine[]
        - `line_id` string — client side generated ID (Element ID)
        - `cells` S12InspectionsV1TableDataLineCell[]
          - `repeated_section_question_id` string — The unique identifier for the prime element of the inspection item
          - `repeated_section_answer_id` string — The unique identifier for the answer item This should refer to the answer item in `content`
          - `text_answer` S12InspectionsV1TextAnswer
            - `answer` string
            - `attachments` S12InspectionsV1Attachments
              - …
          - `calculation_answer` S12InspectionsV1CalculationAnswer
            - `answer` S12InspectionsV1CalculatedItem
              - …
            - `attachments` S12InspectionsV1Attachments
              - …
          - `temperature_answer` S12InspectionsV1TemperatureAnswer
            - `answer` number, double
            - `recorded_at` string, date-time
            - `attachments` S12InspectionsV1Attachments
              - …
          - `checkbox_answer` S12InspectionsV1CheckboxAnswer
            - `answer` boolean
            - `attachments` S12InspectionsV1Attachments
              - …
          - `datetime_answer` S12InspectionsV1DateTimeAnswer
            - `answer` string, date-time
            - `attachments` S12InspectionsV1Attachments
              - …
          - `switch_answer` S12InspectionsV1SwitchAnswer
            - `answer` boolean
          - `media_answer` S12InspectionsV1MediaAnswer
            - `media` S12InspectionsV1Media[]
              - …
            - `attachments` S12InspectionsV1Attachments
              - …
          - `list_answer` S12InspectionsV1ListAnswer
            - `responses` string[]
            - `note` string — Deprecated. Use attachments.
            - `media` S12InspectionsV1Media[] — Deprecated. Use attachments.
              - …
            - `attachments` S12InspectionsV1Attachments
              - …
    - `location` S12CommonGeoPosition — A position is the fundamental geographical geometry construct.
      - `longitude` number, double — The geographical longitude
      - `latitude` number, double — The geographical latitude
      - `accuracy` integer — The accuracy in meters
    - `inactive_state` S12InspectionsV1AnswerInactiveState
      - `inactive` boolean
  - `error` GoogleRpcStatus
    - `code` integer
    - `message` string
    - `details` GoogleProtobufAny[]
      - `@type` string — A URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one "/" character. The last segment of the URL's path must represent the fully qualified name of the type (as in `path/google.protobuf.Duration`). The name should be in a canonical form (e.g., leading "." is not accepted). In practice, teams usually precompile into the binary all types that they expect it to use in the context of Any. However, for URLs which use the scheme `http`, `https`, or no scheme, one can optionally set up a type server that maps type URLs to message definitions as follows: * If no scheme is provided, `https` is assumed. * An HTTP GET on the URL must yield a [google.protobuf.Type][] value in binary format, or produce an error. * Applications are allowed to cache lookup results based on the URL, or have them precompiled into a binary to avoid any lookup. Therefore, binary compatibility needs to be preserved on changes to types. (Use versioned type names to manage breaking changes.) Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with type.googleapis.com. Schemes other than `http`, `https` (or the empty scheme) might be used with implementation specific semantics.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
