Summary
Gets an Element Definition.
Description
Get the details about a particular element to be used in a form
Route
GET /formbuilder/getElementDefinition/:type/:id
Roles
admin
apiread
operator
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
type | string | yes | Element type |
id | string | yes | Type ID |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
data | object | Definition of the element |