Alpha TransForm Functions

Description

Functions for working with the Alpha TransForm API.

Discussion

There are several Xbasic functions that make working the TransForm API easier. In order to test any of the methods, you will first need to get an API key. To get an API key log into your account at https://transform.alphasoftware.com and from the Home tab, select the Developer Options, Get TransForm API key options.

To get a list of all avilable Scopes, use the GetAPIScopeCodes API method in the TransForm API Explorer.

Name
Description
a5DialogHelper_TransFormAPIQuery Function

Executes a TransForm API call.

a5TransForm_CreateFromInstance Function

Create a New TransForm Form Instance.

a5TransForm_GetData Function

Gets the data for a TransForm form.

See Also