Connecteam Forms:v1:Forms API

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

Operations 2

GET /forms/v1/forms/{formId} Get form #
GET /forms/v1/forms Get forms #

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-forms-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-forms-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Connecteam API documentation Forms:v1:Forms API
  version: v1
servers:
- url: https://api.connecteam.com/
tags:
- name: Forms:v1:Forms
paths:
  /forms/v1/forms/{formId}:
    get:
      tags:
      - Forms:v1:Forms
      summary: Get form
      description: Retrieve single form information by its unique ID
      operationId: get_form_forms_v1_forms__formId__get
      security:
      - APIKeyHeader: []
      - OAuth2:
        - forms.read
      parameters:
      - name: formId
        in: path
        required: true
        schema:
          title: Formid
          description: Form id to return
          minimum: 1
          type: integer
        description: Form id to return
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/APIResponse_FormResponse_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /forms/v1/forms:
    get:
      tags:
      - Forms:v1:Forms
      summary: Get forms
      description: Retrieve a list of forms associated with the account
      operationId: get_forms_forms_v1_forms_get
      security:
      - APIKeyHeader: []
      - OAuth2:
        - forms.read
      parameters:
      - name: name
        in: query
        required: false
        schema:
          title: Name
          description: The name of the form to filter by (partial, case-insensitive match)
          type: string
        description: The name of the form to filter by (partial, case-insensitive match)
      - name: startDate
        in: query
        required: false
        schema:
          title: Startdate
          description: Filter forms created on or after this date (form creation date) in ISO 8601 format (YYYY-MM-DD). Inclusive.
          type: string
        description: Filter forms created on or after this date (form creation date) in ISO 8601 format (YYYY-MM-DD). Inclusive.
      - name: endDate
        in: query
        required: false
        schema:
          title: Enddate
          description: Filter forms created on or before this date (form creation date) in ISO 8601 format (YYYY-MM-DD). Inclusive.
          type: string
        description: Filter forms created on or before this date (form creation date) in ISO 8601 format (YYYY-MM-DD). Inclusive.
      - name: limit
        in: query
        required: false
        schema:
          title: Limit
          description: The maximum number of results to display per page
          default: 10
          minimum: 1
          maximum: 300
          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_FormsGetResponse_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    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
    SignatureManagerField:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The Manager Field's ID
        name:
          type: string
          title: Name
          description: The Manager Field's name
        mobileUsersCanSee:
          type: boolean
          title: Mobileuserscansee
          description: Indication if mobile users can see the Manager Field
        mobileUsersNotifyWhenChanges:
          type: boolean
          title: Mobileusersnotifywhenchanges
          description: Indication if mobile users will be notified if the Manager Field changes
        adminsWhoCanEdit:
          allOf:
          - $ref: '#/components/schemas/LimitAdminsWhoCanEdit'
          title: Adminswhocanedit
          description: ' Limit the admins who can edit this manager field. Owners can always edit the manager field.'
        managerFieldType:
          type: string
          enum:
          - signature
          title: Managerfieldtype
          description: The Manager Field's type
      type: object
      required:
      - managerFieldId
      - name
      - mobileUsersCanSee
      - mobileUsersNotifyWhenChanges
      - adminsWhoCanEdit
      - managerFieldType
      title: SignatureManagerField
    FromImageSelectionOptionModel:
      properties:
        imageSelectionOptionId:
          type: string
          title: Imageselectionoptionid
          description: The answer selection option ID
        text:
          type: string
          title: Text
          description: The option text
        image:
          type: string
          title: Image
          description: The URL to the image
        isDeleted:
          type: boolean
          title: Isdeleted
          description: Indication if this option is deleted
      type: object
      required:
      - imageSelectionOptionId
      - text
      - image
      - isDeleted
      title: FromImageSelectionOptionModel
    LimitEntriesUntilTimestamp:
      properties:
        enabled:
          type: boolean
          title: Enabled
          description: Is time limit until when entries can be submitted enabled
        limitEntriesUntilTimestamp:
          type: integer
          title: Limitentriesuntiltimestamp
          description: The time limit indicating until when entries can be submitted
      type: object
      required:
      - enabled
      - limitEntriesUntilTimestamp
      title: LimitEntriesUntilTimestamp
    DescriptionQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        questionType:
          type: string
          enum:
          - description
          title: Questiontype
          description: The type of the question
      type: object
      required:
      - questionId
      - title
      - description
      - questionType
      title: DescriptionQuestion
    MultipleChoiceQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - multipleChoice
          title: Questiontype
          description: The type of the question
        allAnswers:
          items:
            $ref: '#/components/schemas/FormMultipleChoiceOptionModel'
          type: array
          title: Allanswers
          description: List of all the options, including deleted options
        isMultipleSelect:
          type: boolean
          title: Ismultipleselect
          description: Indication if multiple selection is enabled
        displaySortedAnswers:
          type: boolean
          title: Displaysortedanswers
          description: Indicates if display sorted answers is enabled
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - allAnswers
      - isMultipleSelect
      - displaySortedAnswers
      title: MultipleChoiceQuestion
    OpenEndedQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - openEnded
          title: Questiontype
          description: The type of the question
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      title: OpenEndedQuestion
    DateQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - datetime
          title: Questiontype
          description: The type of the question
        isDateActive:
          type: boolean
          title: Isdateactive
          description: Indication if selecting a date is enabled
        isTimeActive:
          type: boolean
          title: Istimeactive
          description: Indication if selecting a time is enabled
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - isDateActive
      - isTimeActive
      title: DateQuestion
    FormsGetResponse:
      properties:
        forms:
          items:
            $ref: '#/components/schemas/FormResponse'
          type: array
          title: Forms
          description: List of company's forms
      type: object
      required:
      - forms
      title: FormsGetResponse
    ImageQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - image
          title: Questiontype
          description: The type of the question
        isMultipleImageUploadAllowed:
          type: boolean
          title: Ismultipleimageuploadallowed
          description: Indicates if multiple uploads is enabled
        isCameraEnabled:
          type: boolean
          title: Iscameraenabled
          description: Indicates if taking a picture through camera is enabled
        isGalleryEnabled:
          type: boolean
          title: Isgalleryenabled
          description: Indicates if choosing a picture through gallery is enabled
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - isMultipleImageUploadAllowed
      - isCameraEnabled
      - isGalleryEnabled
      title: ImageQuestion
    APIResponse_FormResponse_:
      properties:
        requestId:
          type: string
          title: Requestid
        data:
          $ref: '#/components/schemas/FormResponse'
      type: object
      required:
      - data
      title: APIResponse[FormResponse]
    v2__features__workflow__external_api__v1__models__forms_models__ManagerFieldStatus:
      properties:
        managerFieldStatusId:
          type: string
          title: Managerfieldstatusid
          description: The Manager Field's status ID
        name:
          type: string
          title: Name
          description: The Manager Field's status
        color:
          type: string
          title: Color
          description: The status's background color
      type: object
      required:
      - managerFieldStatusId
      - name
      - color
      title: ManagerFieldStatus
    LimitAdminsWhoCanEdit:
      properties:
        enabled:
          type: boolean
          title: Enabled
          description: Indication if the limit of which admins can edit the Manager Field is enabled
        directManagerPermitted:
          type: boolean
          title: Directmanagerpermitted
          description: Indication if the direct manager of the user who submitted the form can edit the manager field
        specificUsersEnabled:
          type: boolean
          title: Specificusersenabled
          description: Indication if there are specific admins permitted to edit the manager field
        adminsWhoCanEdit:
          items:
            type: integer
          type: array
          title: Adminswhocanedit
          description: List of user IDs of admins that can change this Manager Field
      type: object
      required:
      - enabled
      - directManagerPermitted
      - specificUsersEnabled
      - adminsWhoCanEdit
      title: LimitAdminsWhoCanEdit
    FormulaQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - formula
          title: Questiontype
          description: The type of the question
        formulaExpression:
          type: string
          title: Formulaexpression
          description: The mathematical expression to calculate the result
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - formulaExpression
      title: FormulaQuestion
    LimitTotalEntries:
      properties:
        enabled:
          type: boolean
          title: Enabled
          description: Is total number of entries limit enabled
        limitTotalEntries:
          type: integer
          title: Limittotalentries
          description: The amount of entries that can be submitted
      type: object
      required:
      - enabled
      - limitTotalEntries
      title: LimitTotalEntries
    GroupQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        questionType:
          type: string
          enum:
          - group
          title: Questiontype
          description: The type of the question
        isAdditionalAnswersEnabled:
          type: boolean
          title: Isadditionalanswersenabled
          description: Can you submit multiple answers of this group?
          default: false
        questions:
          items:
            oneOf:
            - $ref: '#/components/schemas/MultipleChoiceQuestion'
            - $ref: '#/components/schemas/NumberQuestion'
            - $ref: '#/components/schemas/PhoneNumberQuestion'
            - $ref: '#/components/schemas/OpenEndedQuestion'
            - $ref: '#/components/schemas/EmailQuestion'
            - $ref: '#/components/schemas/YesNoQuestion'
            - $ref: '#/components/schemas/ImageSelectionQuestion'
            - $ref: '#/components/schemas/ImageQuestion'
            - $ref: '#/components/schemas/ScannerQuestion'
            - $ref: '#/components/schemas/LocationQuestion'
            - $ref: '#/components/schemas/AudioRecordingQuestion'
            - $ref: '#/components/schemas/VideoQuestion'
            - $ref: '#/components/schemas/TaskQuestion'
            - $ref: '#/components/schemas/DateQuestion'
            - $ref: '#/components/schemas/RatingQuestion'
            - $ref: '#/components/schemas/SignatureQuestion'
            - $ref: '#/components/schemas/FileQuestion'
            - $ref: '#/components/schemas/SliderQuestion'
            - $ref: '#/components/schemas/FormulaQuestion'
            - $ref: '#/components/schemas/DescriptionQuestion'
            discriminator:
              propertyName: questionType
              mapping:
                multipleChoice: '#/components/schemas/MultipleChoiceQuestion'
                number: '#/components/schemas/NumberQuestion'
                phoneNumber: '#/components/schemas/PhoneNumberQuestion'
                openEnded: '#/components/schemas/OpenEndedQuestion'
                emailAddress: '#/components/schemas/EmailQuestion'
                yesNo: '#/components/schemas/YesNoQuestion'
                imageSelection: '#/components/schemas/ImageSelectionQuestion'
                image: '#/components/schemas/ImageQuestion'
                scanDocument: '#/components/schemas/ScannerQuestion'
                location: '#/components/schemas/LocationQuestion'
                audioRecording: '#/components/schemas/AudioRecordingQuestion'
                video: '#/components/schemas/VideoQuestion'
                task: '#/components/schemas/TaskQuestion'
                datetime: '#/components/schemas/DateQuestion'
                rating: '#/components/schemas/RatingQuestion'
                signature: '#/components/schemas/SignatureQuestion'
                files: '#/components/schemas/FileQuestion'
                slider: '#/components/schemas/SliderQuestion'
                formula: '#/components/schemas/FormulaQuestion'
                description: '#/components/schemas/DescriptionQuestion'
          type: array
          title: Questions
          description: The questions that are in the group
          default: []
      type: object
      required:
      - questionId
      - title
      - description
      - questionType
      title: GroupQuestion
    YesNoQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - yesNo
          title: Questiontype
          description: The type of the question
        allAnswers:
          items:
            $ref: '#/components/schemas/FormYesNoOptionModel'
          type: array
          title: Allanswers
          description: Lise of the answer options
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - allAnswers
      title: YesNoQuestion
    OwnerManagerField:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The Manager Field's ID
        name:
          type: string
          title: Name
          description: The Manager Field's name
        mobileUsersCanSee:
          type: boolean
          title: Mobileuserscansee
          description: Indication if mobile users can see the Manager Field
        mobileUsersNotifyWhenChanges:
          type: boolean
          title: Mobileusersnotifywhenchanges
          description: Indication if mobile users will be notified if the Manager Field changes
        adminsWhoCanEdit:
          allOf:
          - $ref: '#/components/schemas/LimitAdminsWhoCanEdit'
          title: Adminswhocanedit
          description: ' Limit the admins who can edit this manager field. Owners can always edit the manager field.'
        managerFieldType:
          type: string
          enum:
          - owner
          title: Managerfieldtype
          description: The Manager Field's type
      type: object
      required:
      - managerFieldId
      - name
      - mobileUsersCanSee
      - mobileUsersNotifyWhenChanges
      - adminsWhoCanEdit
      - managerFieldType
      title: OwnerManagerField
    StatusManagerField:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The Manager Field's ID
        name:
          type: string
          title: Name
          description: The Manager Field's name
        mobileUsersCanSee:
          type: boolean
          title: Mobileuserscansee
          description: Indication if mobile users can see the Manager Field
        mobileUsersNotifyWhenChanges:
          type: boolean
          title: Mobileusersnotifywhenchanges
          description: Indication if mobile users will be notified if the Manager Field changes
        adminsWhoCanEdit:
          allOf:
          - $ref: '#/components/schemas/LimitAdminsWhoCanEdit'
          title: Adminswhocanedit
          description: ' Limit the admins who can edit this manager field. Owners can always edit the manager field.'
        managerFieldType:
          type: string
          enum:
          - status
          title: Managerfieldtype
          description: The Manager Field's type
        statuses:
          items:
            $ref: '#/components/schemas/v2__features__workflow__external_api__v1__models__forms_models__ManagerFieldStatus'
          type: array
          title: Statuses
          description: List of Manager Field's possible statuses
      type: object
      required:
      - managerFieldId
      - name
      - mobileUsersCanSee
      - mobileUsersNotifyWhenChanges
      - adminsWhoCanEdit
      - managerFieldType
      - statuses
      title: StatusManagerField
    PhoneNumberQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - phoneNumber
          title: Questiontype
          description: The type of the question
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      title: PhoneNumberQuestion
    FileManagerField:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The Manager Field's ID
        name:
          type: string
          title: Name
          description: The Manager Field's name
        mobileUsersCanSee:
          type: boolean
          title: Mobileuserscansee
          description: Indication if mobile users can see the Manager Field
        mobileUsersNotifyWhenChanges:
          type: boolean
          title: Mobileusersnotifywhenchanges
          description: Indication if mobile users will be notified if the Manager Field changes
        adminsWhoCanEdit:
          allOf:
          - $ref: '#/components/schemas/LimitAdminsWhoCanEdit'
          title: Adminswhocanedit
          description: ' Limit the admins who can edit this manager field. Owners can always edit the manager field.'
        managerFieldType:
          type: string
          enum:
          - file
          title: Managerfieldtype
          description: The Manager Field's type
      type: object
      required:
      - managerFieldId
      - name
      - mobileUsersCanSee
      - mobileUsersNotifyWhenChanges
      - adminsWhoCanEdit
      - managerFieldType
      title: FileManagerField
    PagingResponseModel:
      properties:
        offset:
          type: integer
          minimum: 0.0
          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
        total:
          type: integer
          minimum: 0.0
          title: Total
          description: Total number of resources matching the request, ignoring pagination. Use this to retrieve the full count without paginating through every page. Only populated by endpoints that compute it.
      type: object
      required:
      - offset
      title: PagingResponseModel
    AudioRecordingQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - audioRecording
          title: Questiontype
          description: The type of the question
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      title: AudioRecordingQuestion
    LimitEntriesPerUser:
      properties:
        enabled:
          type: boolean
          title: Enabled
          description: Is total number of entries per user limit enabled
        limitEntriesPerUser:
          type: integer
          title: Limitentriesperuser
          description: The amount of entries that can be submitted per user
      type: object
      required:
      - enabled
      - limitEntriesPerUser
      title: LimitEntriesPerUser
    LocationQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - location
          title: Questiontype
          description: The type of the question
        canSearchLocation:
          type: boolean
          title: Cansearchlocation
          description: Indication if location search is enabled
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - canSearchLocation
      title: LocationQuestion
    FileQuestion:
      properties:
        questionId:
          type: string
          title: Questionid
          description: The question's ID
        title:
          type: string
          title: Title
          description: The question's title
        description:
          type: string
          title: Description
          description: The question's description
        locationRequired:
          type: boolean
          title: Locationrequired
          description: Indication if the gps location is required or not
        submissionRequired:
          type: boolean
          title: Submissionrequired
          description: Indication if this question needs to be filled to be able to submit the form
        questionType:
          type: string
          enum:
          - files
          title: Questiontype
          description: The type of the question
        isMultipleFileUploadAllowed:
          type: boolean
          title: Ismultiplefileuploadallowed
          description: Indicates if multiple file uploads is enabled
      type: object
      required:
      - questionId
      - title
      - description
      - locationRequired
      - submissionRequired
      - questionType
      - isMultipleFileUploadAllowed
      title: FileQuestion
    NoteManagerField:
      properties:
        managerFieldId:
          type: string
          title: Managerfieldid
          description: The Manager Field's ID
        name:
          type: string
          title: Name
          description: The Manager Field's name
        mobileUsersCanSee:
          type: boolean
          title: Mobileuserscansee
          description: Indication if mobile users can see the Manager Field
        mobileUsersNotifyWhenChanges:
          type: boolean
          title: Mobileusersnotifywhenchanges
          description: Indication if mobile users will be notified if the Manager Field changes
        adminsWhoCanEdit:
          allOf:
          - $ref: '#/components/schemas/LimitAdminsWh

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