latestOpenAPI 3.0.32026-08-109359194.9 KB

112399a67ebb

Applications

Get components export

Builds and returns a CSV file export of application components.

A file will be downloaded if triggered in the browser with the file name of application-{applicationId}-components.csv

Header:

"Module Name","Component Type","Component Label","Component Property Name","Is Hidden? (Y/N)","Is Disabled? (Y/N)","Is Persistent? (Y/N)","Field Tags","Is Required? (Y/N)"

Example:

"testapp","textfield","Text Field","firstName","N","N","Y","textField,name","N"

"testapp","button","Submit","btn","N","N","N","","N"

"testapp","textarea","Text Area Field","textareaField","N","N","Y","","N"

Authorization Required:

  • Application View
get/applications/{applicationId}/components/export

Path parameters

applicationIdstring required

Unique identifier for an application

Response

CSV string containing application component data