How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Enviance FormTemplate API

The FormTemplate API from Enviance — 7 operation(s) for formtemplate.

Enviance FormTemplate API is one of 39 APIs that Enviance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include FormTemplate. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 10 operations across 7 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version Platform.v2026.2.0.0.20260708.

Requests are made against a single base URL, https://api.enviance.com/.

10 operations 7 paths 12 schemas 2 DELETE3 GET2 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
Platform.v2026.2.0.0.20260708
Base URL
https://api.enviance.com
Authentication
HTTP Basic, API Key
Contact
Resource Areas
1

Authentication & Security 2

Enviance FormTemplate API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (Basic). An API key is passed in the header as Authorization (EnvianceAuth).

  • Basic — Forces authentication with credentials via an api gateway
  • EnvianceAuth — Enviance \ . Obtain SessionId by POST /ver2/AuthenticationService.svc/sessions first

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 2 DELETE, 3 GET, 2 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

FormTemplate 10
POST
/ver2/FormTemplateService.svc/formtemplates
Create form template in enviance system SDK API: 'envianceSdk.formtemplates.createFormTemplate (formTemplateInfo, onsuccess, onerror)' SDK API: 'envianceSdk.formtemplates.createFormTemplateAsync (for…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.CreateFormTemplate 7 params body → default
GET
/ver2/FormTemplateService.svc/formtemplates/{formtemplateIdOrName}
Get information about form template from enviance system. SDK API: envianceSdk.formtemplates.getFormTemplate (formtemplateIdOrName, onsuccess, onerror) GET /formtemplates/9ca22677-2670-41a9-bafd-3b28…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.GetFormTemplate 8 params → default
PUT
/ver2/FormTemplateService.svc/formtemplates/{formtemplateIdOrName}
["960e9887-ca75-4fa8-afd0-fc79aa952ff6", {r "name": "Mayur Template 7",r "description": "Update Desc",r "version": 20,r "versionComment": "Version 9 Created from REST API",r "udfs": [r {r "id": "de13…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.UpdateFormTemplate 7 params body → default
DELETE
/ver2/FormTemplateService.svc/formtemplates/{formtemplateIdOrName}
envianceSdk.formtemplates.deleteFormTemplateVersion [ "aa9fd53d-e476-420d-9372-4fb5334aa488", "102fe594-20eb-4938-96cc-cac8eebd282d", "onsuccess", "onsuccess" ] envianceSdk.formtemplates.deleteFormTe…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.DeleteFormTemplate 7 params body → default
PATCH
/ver2/FormTemplateService.svc/formtemplates/{formtemplateIdOrName}/newversion
Update form template by creating new versions within enviance system. SDK API: envianceSdk.formtemplates.updateFormTemplateCreateNewVersion (formTemplateIdOrName, formTemplateInfo, onsuccess, onerror…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.UpdateFormTemplateCreateNewVersion 7 params body → default
PATCH
/ver2/FormTemplateService.svc/formtemplates/{formTemplateIdOrName}/revert/{versionIdOrNumber}
Revert the current form template version to specified version within enviance system. SDK API: envianceSdk.formtemplates.updateFormTemplateCreateNewVersion (formTemplateIdOrName, formTemplateInfo, on…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.RevertToVersion 9 params → default
GET
/ver2/FormTemplateService.svc/formtemplates/{formTemplateIdOrName}/version/{versionIdOrNumber}
Get information about form template version from enviance system. SDK API: envianceSdk.formtemplates.getFormTemplateVersion (formTemplateIdOrName, versionIdOrNumber, onsuccess, onerror) GET /formtemp…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.GetFormTemplateVersion 9 params → default
DELETE
/ver2/FormTemplateService.svc/formtemplates/{formTemplateIdOrName}/version/{versionIdOrNumber}
envianceSdk.formtemplates.deleteFormTemplateVersion [ "aa9fd53d-e476-420d-9372-4fb5334aa488", "102fe594-20eb-4938-96cc-cac8eebd282d", "onsuccess", "onsuccess" ]
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.DeleteFormTemplateVersion 9 params → default
GET
/ver2/FormTemplateService.svc/formtemplates/{formTemplateIdOrName}/versions
Get information about form template versions from enviance system. SDK API: envianceSdk.formtemplates.getFormTemplateVersions (formTemplateIdOrName, onsuccess, onerror) GET /formtemplates/9ca22677-26…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.GetFormTemplateVersions 8 params → default
POST
/ver2/FormTemplateService.svc/formtemplates/copy
Create form template in enviance system SDK API: 'envianceSdk.formtemplates.copyFormTemplate (sourceTemplateIdOrName, newTemplateName, onsuccess, onerror)' POST /formtemplates/copy HTTP/1.1 Content-T…
Enviance.RestServices.Ver2.FormTemplates.Impl.FormTemplateService.CopyFormTemplate 7 params body → default

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Enviance.RestServices.Ver2.FormTemplates.TemplateToUdfMapInfo (9 properties), Enviance.RestServices.Ver2.FormTemplates.TemplateToUdfMapValidationInfo (8 properties), Enviance.RestServices.Ver2.FormTemplates.FormTemplateInfo (8 properties), Enviance.RestServices.Ver2.FormTemplates.FormTemplateVersionInfo (7 properties). Each schema is shown below with its type and property counts.

UpdateFormTemplateCreateNewVersion
object
2 properties
Enviance.RestServices.Ver2.FormTemplates.TemplateToUdfMapValidationInfo
object
8 properties
Enviance.RestServices.Ver2.FormTemplates.ScriptUdfDependencyInfo
object
1 property
Enviance.RestServices.Ver2.FormTemplates.ScriptExceptionInfo
object
3 properties
Enviance.RestServices.Ver2.FormTemplates.TemplateScriptInfo
object
5 properties
UpdateFormTemplate
object
2 properties
Enviance.RestServices.Ver2.FormTemplates.FormTemplateInfo
object
8 properties 1 required
CreateFormTemplate
object
1 property
CopyFormTemplate
object
2 properties
Enviance.RestServices.Ver2.FormTemplates.FormTemplateVersionExtInfo
object
4 properties
Enviance.RestServices.Ver2.FormTemplates.TemplateToUdfMapInfo
object
9 properties
Enviance.RestServices.Ver2.FormTemplates.FormTemplateVersionInfo
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enviance-formtemplate-api-openapi.yml Raw ↑

Other APIs Enviance publishes across the network.

Enviance Activity API
Enviance Authentication API
Enviance BatchRequest API
Enviance Bulk API
Enviance Chemical API
Enviance ChemicalGroup API
Enviance ChemicalList API
Enviance Command API
Enviance Compliance API
Enviance CompliancePermissions API
Enviance CustomField API
Enviance Data API
Where this information came from

This is an independent, third-party profile of Enviance FormTemplate API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.