result[] |
result{} |
Contains all custom tables for a record contact, each containing its metadata. |
8.0.3 |
result.displayOrder |
long |
The display order of the custom table in comparison with other custom tables. |
8.0.3 |
result.fields[] |
result.fields{} |
Custom table metadata containing the field attributes. |
8.0.3 |
result.fields.displayOrder |
long |
The display order of the field in comparison with other custom fields. |
8.0.3 |
result.fields.drillDown |
result.fields.drillDown{} |
Contains drill-down information associated with the field. |
8.0.3 |
result.fields.drillDown.children[] |
result.fields.drillDown.children{} |
Contains the drill-down items. |
8.0.3 |
result.fields.drillDown.children.drillId |
long |
A number identifying the drill-down assigned to the field. |
8.0.3 |
result.fields.drillDown.children.id |
string |
The unique identifier for the drill-down item. |
8.0.3 |
result.fields.drillDown.isRoot |
boolean |
Indicates whether or not the drill-down
information is at the root (true/false). |
8.0.3 |
result.fields.fieldType |
string |
The type of field. |
8.0.3 |
result.fields.id |
string |
The unique identifier for the field. |
8.0.3 |
result.fields.isReadonly |
string |
Indicates whether or not the information is
read-only ("Y"/"N"). |
8.0.3 |
result.fields.isRequired |
string |
Indicates whether or not the information is
required ("Y"/"N"). |
8.0.3 |
result.fields.maxLength |
long |
The maximum number of characters. |
8.0.3 |
result.fields.options[] |
result.fields.options{} |
Contains the fields that define additional
data options. |
8.0.3 |
result.fields.options.text |
string |
The localized display text. |
8.0.3 |
result.fields.options.value |
string |
The value for the specified parameter. |
8.0.3 |
result.fields.text |
string |
The localized display text. |
8.0.3 |
result.fields.value |
string |
The field default value. |
8.0.3 |
result.id |
string |
The unique identifier for the custom table. |
8.0.3 |
result.text |
string |
The name of the custom table. |
8.0.3 |
status |
integer |
The return status. |
8.0.3 |