Connecteam Forms:v1:Form Submissions API

The Forms:v1:Form Submissions API from Connecteam — 2 operation(s) for forms:v1:form submissions.

Operations 3

GET /forms/v1/forms/{formId}/form-submissions Get form submissions #
GET /forms/v1/forms/{formId}/form-submissions/{formSubmissionId} Get form submission #
PUT /forms/v1/forms/{formId}/form-submissions/{formSubmissionId} Update form submission #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/connecteam-forms-v1-form-submissions-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

connecteam-forms-v1-form-submissions-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Connecteam API documentation Forms:v1:Form Submissions API
  version: v1
servers:
- url: https://api.connecteam.com/
tags:
- name: Forms:v1:Form Submissions
paths:
  /forms/v1/forms/{formId}/form-submissions:
    get:
      tags:
      - Forms:v1:Form Submissions
      summary: Get form submissions
      description: Retrieve a list of form submissions by form ID
      operationId: get_form_submissions_forms_v1_forms__formId__form_submissions_get
      security:
      - APIKeyHeader: []
      - OAuth2:
        - forms.read
      parameters:
      - name: formId
        in: path
        required: true
        schema:
          title: Formid
          description: Filter by Form Id
          minimum: 1
          type: integer
        description: Filter by Form Id
      - name: userIds
        in: query
        required: false
        schema:
          title: Userids
          description: Filter by submitting user ids
          type: array
          items:
            type: integer
        description: Filter by submitting user ids
      - name: submittingStartTimestamp
        in: query
        required: false
        schema:
          title: Submittingstarttimestamp
          description: Filter form submissions that were submitted from this timestamp
          type: integer
        description: Filter form submissions that were submitted from this timestamp
      - name: submittingEndTime
        in: query
        required: false
        schema:
          title: Submittingendtime
          description: Filter form submissions that were submitted until this timestamp
          type: integer
        description: Filter form submissions that were submitted until this timestamp
      - name: limit
        in: query
        required: false
        schema:
          title: Limit
          description: The maximum number of results to display per page
          default: 10
          minimum: 1
          maximum: 100
          type: integer
        description: The maximum number of results to display per page
      - name: offset
        in: query
        required: false
        schema:
          title: Offset
          description: The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results
          default: 0
          minimum: 0
          type: integer
        description: The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaginatedBaseResponse_FormsSubmissionsGetResponse_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /forms/v1/forms/{formId}/form-submissions/{formSubmissionId}:
    get:
      tags:
      - Forms:v1:Form Submissions
      summary: Get form submission
      description: Retrieve a single form submission by form submission ID
      operationId: get_form_submission_forms_v1_forms__formId__form_submissions__formSubmissionId__get
      security:
      - APIKeyHeader: []
      - OAuth2:
        - forms.read
      parameters:
      - name: formId
        in: path
        required: true
        schema:
          title: Formid
          description: Form Id
          minimum: 1
          type: integer
        description: Form Id
      - name: formSubmissionId
        in: path
        required: true
        schema:
          title: Formsubmissionid
          description: Filter by Form submission id
          type: string
        description: Filter by Form submission id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/APIResponse_FormsSubmissionGetResponse_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
    put:
      tags:
      - Forms:v1:Form Submissions
      summary: Update form submission
      description: Update a single form submission by form submission ID. Currently, updates are only supported for manager fields.
      operationId: update_form_submissions_forms_v1_forms__formId__form_submissions__formSubmissionId__put
      security:
      - APIKeyHeader: []
      - OAuth2:
        - forms.write
      parameters:
      - name: formId
        in: path
        required: true
        schema:
          title: Formid
          description: Form Id
          minimum: 1
          type: integer
        description: Form Id
      - name: formSubmissionId
        in: path
        required: true
        schema:
          title: Formsubmissionid
          description: Filter by Form submission id
          type: string
        description: Filter by Form submission id
      requestBody:
        required: true
        content:
          application/json:
            schema:
              title: Form Submission
              allOf:
              - $ref: '#/components/schemas/FormSubmissionPutRequest'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/APIResponse_FormsSubmissionPutResponse_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    ManagerFieldSignatureRequest:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id
        managerFieldType:
          type: string
          enum:
          - signature
          title: Managerfieldtype
          description: The manager field type
          default: signature
        image:
          type: string
          title: Image
          description: The signature
        signingUserId:
          type: integer
          minimum: 1.0
          title: Signinguserid
          description: The signing user id
        signingTimestamp:
          type: integer
          minimum: 1.0
          title: Signingtimestamp
          description: The signing timestamp
      type: object
      required:
      - managerFieldId
      - image
      - signingUserId
      - signingTimestamp
      title: ManagerFieldSignatureRequest
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
            - type: string
            - type: integer
          type: array
          title: Location
        msg:
          type: string
          title: Message
        type:
          type: string
          title: Error Type
      type: object
      required:
      - loc
      - msg
      - type
      title: ValidationError
    FilesAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - files
          title: Questiontype
          description: The questions type
          default: files
        files:
          items:
            $ref: '#/components/schemas/FormFileModel'
          type: array
          title: Files
          description: The files.
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      - files
      title: FilesAnswer
    ManagerFieldNote:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id.
        managerFieldType:
          type: string
          enum:
          - note
          title: Managerfieldtype
          description: The field type
          default: note
        note:
          type: string
          title: Note
          description: The note filled in the field.
      type: object
      required:
      - managerFieldId
      title: ManagerFieldNote
    ManagerFieldOwner:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id.
        managerFieldType:
          type: string
          enum:
          - owner
          title: Managerfieldtype
          description: The field type
          default: owner
        userId:
          type: integer
          title: Userid
          description: The user id of the assigned owner.
      type: object
      required:
      - managerFieldId
      title: ManagerFieldOwner
    YesNoAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - yesNo
          title: Questiontype
          description: The questions type
          default: yesNo
        selectedIndex:
          type: integer
          title: Selectedindex
          description: The selected index.
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      title: YesNoAnswer
    ManagerFieldFile:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id.
        managerFieldType:
          type: string
          enum:
          - file
          title: Managerfieldtype
          description: The field type
          default: file
        files:
          items:
            $ref: '#/components/schemas/ManagerFieldFileModel'
          type: array
          title: Files
          description: The files.
      type: object
      required:
      - managerFieldId
      title: ManagerFieldFile
    FormSubmissionResponse:
      properties:
        formSubmissionId:
          type: string
          title: Formsubmissionid
          description: The form submission id.
        formId:
          type: integer
          title: Formid
          description: The forms id.
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        submissionTimezone:
          type: string
          title: Submissiontimezone
          description: The timezone of the submission.
        entryNum:
          type: integer
          title: Entrynum
          description: The entry number.
        submittingUserId:
          type: integer
          title: Submittinguserid
          description: The user id of the submitting user.
        isAnonymous:
          type: boolean
          title: Isanonymous
          description: Whether the submission is anonymous.
        managerFields:
          items:
            oneOf:
            - $ref: '#/components/schemas/ManagerFieldDate'
            - $ref: '#/components/schemas/ManagerFieldFile'
            - $ref: '#/components/schemas/ManagerFieldSignature'
            - $ref: '#/components/schemas/ManagerFieldOwner'
            - $ref: '#/components/schemas/v2__features__workflow__external_api__v1__form_submissions__models__response__answer_models__ManagerFieldStatus'
            - $ref: '#/components/schemas/ManagerFieldNote'
            discriminator:
              propertyName: managerFieldType
              mapping:
                date: '#/components/schemas/ManagerFieldDate'
                file: '#/components/schemas/ManagerFieldFile'
                signature: '#/components/schemas/ManagerFieldSignature'
                owner: '#/components/schemas/ManagerFieldOwner'
                status: '#/components/schemas/v2__features__workflow__external_api__v1__form_submissions__models__response__answer_models__ManagerFieldStatus'
                note: '#/components/schemas/ManagerFieldNote'
          type: array
          title: Managerfields
          description: The manager fields.
        answers:
          items:
            oneOf:
            - $ref: '#/components/schemas/MultipleChoiceAnswer'
            - $ref: '#/components/schemas/NumberAnswer'
            - $ref: '#/components/schemas/OpenEndedAnswer'
            - $ref: '#/components/schemas/EmailAnswer'
            - $ref: '#/components/schemas/YesNoAnswer'
            - $ref: '#/components/schemas/PhoneNumberAnswer'
            - $ref: '#/components/schemas/ScannerAnswer'
            - $ref: '#/components/schemas/ImageSelectionAnswer'
            - $ref: '#/components/schemas/LocationAnswer'
            - $ref: '#/components/schemas/AudioAnswer'
            - $ref: '#/components/schemas/TaskAnswer'
            - $ref: '#/components/schemas/DateTimeAnswer'
            - $ref: '#/components/schemas/RatingAnswer'
            - $ref: '#/components/schemas/ImageAnswer'
            - $ref: '#/components/schemas/SignatureAnswer'
            - $ref: '#/components/schemas/FilesAnswer'
            - $ref: '#/components/schemas/SliderAnswer'
            - $ref: '#/components/schemas/FormulaAnswer'
            - $ref: '#/components/schemas/VideoAnswer'
            - $ref: '#/components/schemas/DescriptionAnswer'
            - $ref: '#/components/schemas/GroupAnswer'
            - $ref: '#/components/schemas/MultiGroupAnswer'
            discriminator:
              propertyName: questionType
              mapping:
                multipleChoice: '#/components/schemas/MultipleChoiceAnswer'
                number: '#/components/schemas/NumberAnswer'
                openEnded: '#/components/schemas/OpenEndedAnswer'
                emailAddress: '#/components/schemas/EmailAnswer'
                yesNo: '#/components/schemas/YesNoAnswer'
                phoneNumber: '#/components/schemas/PhoneNumberAnswer'
                scanDocument: '#/components/schemas/ScannerAnswer'
                imageSelection: '#/components/schemas/ImageSelectionAnswer'
                location: '#/components/schemas/LocationAnswer'
                audioRecording: '#/components/schemas/AudioAnswer'
                task: '#/components/schemas/TaskAnswer'
                datetime: '#/components/schemas/DateTimeAnswer'
                rating: '#/components/schemas/RatingAnswer'
                image: '#/components/schemas/ImageAnswer'
                signature: '#/components/schemas/SignatureAnswer'
                files: '#/components/schemas/FilesAnswer'
                slider: '#/components/schemas/SliderAnswer'
                formula: '#/components/schemas/FormulaAnswer'
                video: '#/components/schemas/VideoAnswer'
                description: '#/components/schemas/DescriptionAnswer'
                group: '#/components/schemas/GroupAnswer'
                multiGroup: '#/components/schemas/MultiGroupAnswer'
          type: array
          title: Answers
          description: The answers.
        submissionStartTimestamp:
          type: integer
          title: Submissionstarttimestamp
          description: The captured timestamp marking when the employee opened the form to begin filling it out.
      type: object
      required:
      - formSubmissionId
      - formId
      - submissionTimestamp
      - submissionTimezone
      - entryNum
      - submittingUserId
      - isAnonymous
      - managerFields
      - answers
      - submissionStartTimestamp
      title: FormSubmissionResponse
    NumberAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - number
          title: Questiontype
          description: The questions type
          default: number
        inputValue:
          type: number
          title: Inputvalue
          description: The input value.
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      title: NumberAnswer
    ManagerFieldOwnerRequest:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id
        managerFieldType:
          type: string
          enum:
          - owner
          title: Managerfieldtype
          description: The manager field type
          default: owner
        userId:
          type: integer
          minimum: 1.0
          title: Userid
          description: The user id that is the value of the manager field
      type: object
      required:
      - managerFieldId
      - userId
      title: ManagerFieldOwnerRequest
    EmailAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - emailAddress
          title: Questiontype
          description: The questions type
          default: emailAddress
        value:
          type: string
          title: Value
          description: The email address
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      title: EmailAnswer
    GpsData:
      properties:
        address:
          type: string
          title: Address
          description: The address associated with the GPS data.
        longitude:
          type: number
          title: Longitude
          description: The longitude coordinate.
        latitude:
          type: number
          title: Latitude
          description: The latitude coordinate.
      type: object
      title: GpsData
    ManagerFieldFileModel:
      properties:
        fileUrl:
          type: string
          title: Fileurl
          description: The URL of the file.
        filename:
          type: string
          title: Filename
          description: The name of the file.
      type: object
      required:
      - fileUrl
      - filename
      title: ManagerFieldFileModel
    LocationAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - location
          title: Questiontype
          description: The questions type
          default: location
        locationInput:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Locationinput
          description: The location input.
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      title: LocationAnswer
    FormsSubmissionPutResponse:
      properties:
        formSubmission:
          items:
            $ref: '#/components/schemas/FormSubmissionResponse'
          type: array
          title: Formsubmission
          description: A list of form submissions.
      type: object
      required:
      - formSubmission
      title: FormsSubmissionPutResponse
    ManagerFieldSignature:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id.
        managerFieldType:
          type: string
          enum:
          - signature
          title: Managerfieldtype
          description: The field type
          default: signature
        image:
          type: string
          title: Image
          description: The image of the signature.
        signingUserId:
          type: integer
          title: Signinguserid
          description: The user id of the signing user.
        signingTimestamp:
          type: integer
          title: Signingtimestamp
          description: The timestamp of the signing.
      type: object
      required:
      - managerFieldId
      title: ManagerFieldSignature
    MultipleChoiceAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - multipleChoice
          title: Questiontype
          description: The questions type
          default: multipleChoice
        selectedAnswers:
          items:
            $ref: '#/components/schemas/FormMultipleChoiceOptionModel'
          type: array
          title: Selectedanswers
          description: The selected answers.
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      - selectedAnswers
      title: MultipleChoiceAnswer
    GroupAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        questionType:
          type: string
          enum:
          - group
          title: Questiontype
          description: The questions type
          default: group
        answers:
          items:
            oneOf:
            - $ref: '#/components/schemas/MultipleChoiceAnswer'
            - $ref: '#/components/schemas/NumberAnswer'
            - $ref: '#/components/schemas/OpenEndedAnswer'
            - $ref: '#/components/schemas/EmailAnswer'
            - $ref: '#/components/schemas/YesNoAnswer'
            - $ref: '#/components/schemas/PhoneNumberAnswer'
            - $ref: '#/components/schemas/ScannerAnswer'
            - $ref: '#/components/schemas/ImageSelectionAnswer'
            - $ref: '#/components/schemas/LocationAnswer'
            - $ref: '#/components/schemas/AudioAnswer'
            - $ref: '#/components/schemas/TaskAnswer'
            - $ref: '#/components/schemas/DateTimeAnswer'
            - $ref: '#/components/schemas/RatingAnswer'
            - $ref: '#/components/schemas/ImageAnswer'
            - $ref: '#/components/schemas/SignatureAnswer'
            - $ref: '#/components/schemas/FilesAnswer'
            - $ref: '#/components/schemas/SliderAnswer'
            - $ref: '#/components/schemas/FormulaAnswer'
            - $ref: '#/components/schemas/VideoAnswer'
            - $ref: '#/components/schemas/DescriptionAnswer'
            discriminator:
              propertyName: questionType
              mapping:
                multipleChoice: '#/components/schemas/MultipleChoiceAnswer'
                number: '#/components/schemas/NumberAnswer'
                openEnded: '#/components/schemas/OpenEndedAnswer'
                emailAddress: '#/components/schemas/EmailAnswer'
                yesNo: '#/components/schemas/YesNoAnswer'
                phoneNumber: '#/components/schemas/PhoneNumberAnswer'
                scanDocument: '#/components/schemas/ScannerAnswer'
                imageSelection: '#/components/schemas/ImageSelectionAnswer'
                location: '#/components/schemas/LocationAnswer'
                audioRecording: '#/components/schemas/AudioAnswer'
                task: '#/components/schemas/TaskAnswer'
                datetime: '#/components/schemas/DateTimeAnswer'
                rating: '#/components/schemas/RatingAnswer'
                image: '#/components/schemas/ImageAnswer'
                signature: '#/components/schemas/SignatureAnswer'
                files: '#/components/schemas/FilesAnswer'
                slider: '#/components/schemas/SliderAnswer'
                formula: '#/components/schemas/FormulaAnswer'
                video: '#/components/schemas/VideoAnswer'
                description: '#/components/schemas/DescriptionAnswer'
          type: array
          title: Answers
          description: The list of answers in the group.
      type: object
      required:
      - questionId
      - answers
      title: GroupAnswer
    DescriptionAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        questionType:
          type: string
          enum:
          - description
          title: Questiontype
          description: The questions type
          default: description
      type: object
      required:
      - questionId
      title: DescriptionAnswer
    ManagerFieldNoteRequest:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The manager field id
        managerFieldType:
          type: string
          enum:
          - note
          title: Managerfieldtype
          description: The manager field type
          default: note
        note:
          type: string
          title: Note
          description: The note
      type: object
      required:
      - managerFieldId
      - note
      title: ManagerFieldNoteRequest
    PhoneNumberAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:
          - phoneNumber
          title: Questiontype
          description: The questions type
          default: phoneNumber
        value:
          type: string
          title: Value
          description: The phone number with country code
      type: object
      required:
      - questionId
      - wasSubmittedEmpty
      title: PhoneNumberAnswer
    VideoAnswer:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The questions id.
        wasHidden:
          type: boolean
          title: Washidden
          description: Whether the submission was hidden (by a condition).
        submissionTimestamp:
          type: integer
          title: Submissiontimestamp
          description: The timestamp of the submission.
        location:
          allOf:
          - $ref: '#/components/schemas/GpsData'
          title: Location
          description: The location of the submission.
        updateTimestamp:
          type: integer
          title: Updatetimestamp
          description: The timestamp of the last update.
        updateUserId:
          type: integer
          title: Updateuserid
          description: The user id of the last update.
        wasSubmittedEmpty:
          type: boolean
          title: Wassubmittedempty
          description: Whether the submission was empty.
        questionType:
          type: string
          enum:

# --- truncated at 32 KB (65 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/connecteam/refs/heads/main/openapi/connecteam-forms-v1-form-submissions-api-openapi.yml