Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
{
"ID": "",
"Title": "GroupName",
"Items": [
{
"ID": "",
"Label": "label text",
"Value": "",
"Delete": false
}
],
"Delete": false
}
Required fields are in bold.
Property | Value | Description |
---|
ID | string | Optional property. This property uniquely identifies flex view object. 3.19.1 |
Title | string | Optional title for a grouped collection of Flex-View fields. If this field is not specified then the grouping will not have a title. |
Items | collection | This collection contains multiple Flex-View fields. Property | Value | Description |
---|
ID | string | Optional property. This property uniquely identifies flex view field object. 3.19.1 | Label | string | The label of the field. | Text | string | The text to be displayed next to the label. The mobile application will automatically wrap long text fields. | Delete | boolean | Optional property. This property is used during a PATCH request to remove specific items. This property will never be returned during a GET request. 3.19.1 |
|
Delete | boolean | Optional property. This property is used during a PATCH request to remove specific items. This property will never be returned during a GET request. 3.19.1 |