SERTICA Form Templates API

The Form Templates API from SERTICA — 22 operation(s) for form templates.

Operations 25

GET /FormTemplates Gets a list of Form Templates #
POST /FormTemplates Creates a new form template record #
GET /FormTemplates/{formTemplateNo} Gets a specific FormTemplate #
PUT /FormTemplates/{formTemplateNo} Updates an existing FormTemplate #
DELETE /FormTemplates/{formTemplateNo} Deletes a form template record #
GET /FormTemplates/{formTemplateNo}/history Gets history for a specific FormTemplate #
POST /FormTemplates/search Search for Form Templates Takes a SearchDefinition input, which can include… #
POST /FormTemplates/searchIndex/{formTemplateGuid} Get index of a record in a search for form templates Takes a SearchDefinition… #
POST /FormTemplates/searchCount Returns number of hits in a search for Form Templates Takes a SearchDefinition… #
GET /FormTemplates/searchInfo Returns structured information about what and how you can search for #
GET /FormTemplates/{formTemplateNo}/copy Copies an existing FormTemplate to a new object #
GET /FormTemplates/availableTags/{columnType} Get form templates available tags by column type #
POST /FormTemplates/appRequest Get FormTemplates for App #
GET /FormTemplates/appRequest/{guid} Get Form Template for App by Guid #
GET /FormTemplates/{formTemplateNo}/confidentialityUserRoles Fetches all ConfidentialityUserRoles attached to the FormTemplate #
GET /FormTemplates/{formTemplateNo}/FunctionAreas Returns a list of Function Areas on the Form Template #
GET /FormTemplates/{formTemplateNo}/Approvers Returns a list of Approvers on the Form Template #
GET /FormTemplates/{formTemplateNo}/AutomaticDeletions Returns a list of AutomaticDeletions on the Form Template #
GET /FormTemplates/{formTemplateNo}/Confidentialities Returns a list of Confidentialities on the Form Template #
GET /FormTemplates/{formTemplateNo}/UnitAvailability Returns a list of Available Units on the Form Template #
GET /FormTemplates/{formTemplateNo}/generatePrintExample Generate print example #
POST /FormTemplates/{formTemplateNo}/createAnalyticsCustomTemplate/{templateName} Create custom analytics template #
PUT /FormTemplates/{formTemplateNo}/updateAnalyticsCustomTemplate/{templateNo} Update custom analytics template #
GET /FormTemplates/{formTemplateNo}/templateCustomProperties Returns a list of Custom Properties on the Form Template #
GET /FormTemplates/{formTemplateNo}/documentcustomtags Get form template document custom tags #

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/sertica-form-templates-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

sertica-form-templates-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Form Templates API
  description: 'Online API browser for SERTICA Web API.


    Be aware that some endpoints are restricted by license or user rights and may not be available in your environment.


    Each endpoint includes a description of the required license and user rights.'
  version: v1
servers:
- url: /api
tags:
- name: Form Templates
paths:
  /FormTemplates:
    get:
      tags:
      - Form Templates
      summary: Gets a list of Form Templates
      operationId: GetFormTemplates
      parameters:
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    post:
      tags:
      - Form Templates
      summary: Creates a new form template record
      operationId: CreateFormTemplate
      requestBody:
        description: The Form Template Object, including reference lists
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/{formTemplateNo}:
    get:
      tags:
      - Form Templates
      summary: Gets a specific FormTemplate
      operationId: GetFormTemplate
      parameters:
      - name: formTemplateNo
        in: path
        description: The FormTemplateNo to get
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the requested form template
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If a form template with the supplied Form Template No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - Form Templates
      summary: Updates an existing FormTemplate
      operationId: UpdateFormTemplate
      parameters:
      - name: formTemplateNo
        in: path
        description: The FormTemplateNo of the form template to update
        required: true
        schema:
          type: string
      requestBody:
        description: The Form Template DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
      responses:
        '200':
          description: Returns the updated FormTemplate object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    delete:
      tags:
      - Form Templates
      summary: Deletes a form template record
      parameters:
      - name: formTemplateNo
        in: path
        description: The FormTemplateNo of the FormTemplate to delete
        required: true
        schema:
          type: string
      responses:
        '204':
          description: No Content
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates_Delete</td><td style='border-bottom:none'>Delete</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      operationId: deleteFormTemplatesByFormTemplateNo
      x-operation-id-source: derived
  /FormTemplates/{formTemplateNo}/history:
    get:
      tags:
      - Form Templates
      summary: Gets history for a specific FormTemplate
      operationId: GetFormTemplateHistory
      parameters:
      - name: formTemplateNo
        in: path
        description: The FormTemplateNo to get
        required: true
        schema:
          type: string
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 5
      responses:
        '200':
          description: Returns the requested form template
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If a  form template with the supplied Form Template No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates_HistoryMode</td><td style='border-bottom:none'>HistoryMode</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/search:
    post:
      tags:
      - Form Templates
      summary: Search for Form Templates Takes a SearchDefinition input, which can include…
      operationId: SearchFormTemplates
      parameters:
      - name: page
        in: query
        description: Page
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: Pagesize
        schema:
          type: integer
          format: int32
          default: 25
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/searchIndex/{formTemplateGuid}:
    post:
      tags:
      - Form Templates
      summary: Get index of a record in a search for form templates Takes a SearchDefinition…
      operationId: SearchIndexFormTemplates
      parameters:
      - name: formTemplateGuid
        in: path
        description: The form template to get index for
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/searchCount:
    post:
      tags:
      - Form Templates
      summary: Returns number of hits in a search for Form Templates Takes a SearchDefinition…
      operationId: SearchCountFormTemplates
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/searchInfo:
    get:
      tags:
      - Form Templates
      summary: Returns structured information about what and how you can search for
      operationId: SearchInfoFormTemplates
      responses:
        '200':
          description: Returns a list of valid search fields
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            text/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
  /FormTemplates/{formTemplateNo}/copy:
    get:
      tags:
      - Form Templates
      summary: Copies an existing FormTemplate to a new object
      operationId: CopyFormTemplate
      parameters:
      - name: formTemplateNo
        in: path
        description: The FormTemplateNo of the formTemplate to copy
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the new FormTemplate object with properties from original
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplate'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/availableTags/{columnType}:
    get:
      tags:
      - Form Templates
      parameters:
      - name: columnType
        in: path
        required: true
        schema:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_FieldFormFieldsTypeColumnTypes'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.WordFields'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.WordFields'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.WordFields'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      summary: Get form templates available tags by column type
      x-summary-source: derived
      operationId: getFormTemplatesAvailableTagsByColumnType
      x-operation-id-source: derived
  /FormTemplates/appRequest:
    post:
      tags:
      - Form Templates
      summary: Get FormTemplates for App
      operationId: FormTemplateAppRequest
      requestBody:
        description: The request
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppRequest'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppObject'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppObject'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppObject'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobApp</td><td style='border-bottom:none'>Function</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/appRequest/{guid}:
    get:
      tags:
      - Form Templates
      summary: Get Form Template for App by Guid
      operationId: FormTemplateGuidAppRequest
      parameters:
      - name: guid
        in: path
        description: ''
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppObject'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppObject'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAppObject'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobApp</td><td style='border-bottom:none'>Function</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/{formTemplateNo}/confidentialityUserRoles:
    get:
      tags:
      - Form Templates
      summary: Fetches all ConfidentialityUserRoles attached to the FormTemplate
      operationId: GetConfidentialityUserRoles
      parameters:
      - name: formTemplateNo
        in: path
        description: The FormTemplateNo to fetch ConfidentialityUserRole for
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the ConfidentialityUserRoles for the FormTemplate
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateConfidentialityUserRole'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateConfidentialityUserRole'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateConfidentialityUserRole'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/{formTemplateNo}/FunctionAreas:
    get:
      tags:
      - Form Templates
      summary: Returns a list of Function Areas on the Form Template
      operationId: GetFormTemplateFunctionAreas
      parameters:
      - name: formTemplateNo
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateFunctionArea'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateFunctionArea'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateFunctionArea'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/{formTemplateNo}/Approvers:
    get:
      tags:
      - Form Templates
      summary: Returns a list of Approvers on the Form Template
      operationId: GetFormTemplateApprovers
      parameters:
      - name: formTemplateNo
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateApprover'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateApprover'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateApprover'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/{formTemplateNo}/AutomaticDeletions:
    get:
      tags:
      - Form Templates
      summary: Returns a list of AutomaticDeletions on the Form Template
      operationId: GetFormTemplateAutomaticDeletions
      parameters:
      - name: formTemplateNo
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAutomaticDeletion'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAutomaticDeletion'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Form.FormTemplateAutomaticDeletion'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>FormTemplates</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /FormTemplates/{formTemplateNo}/Confidentialities:
    get:
      tags:
      - Form Templates
      summary: Returns a list of Confidentialities on the Form Template
   

# --- truncated at 32 KB (126 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-form-templates-api-openapi.yml