Metadata 189
"189" : {
"field_type" : "FevDescription",
"field_metadata" : {
"labels" : {
"en" : "Emrgcy. Cntc. Int'l Posta"
},
"field_data_entry_allowed" : false,
"description_upper_case" : false,
"description_maximum_length" : 40
}
},
This is a sample meta data returned for a FevDescription field.
“labels” – common to all fields. It gives the label in various langugages.
“field_data_entry_allowed” : false, – true if data entry is permitted – some fields are programatically updated and don’t want data entry
“description_upper_case” : false, – true if the field is forced to all upper case
“description_maximum_length” : 40 – maximum length of the description
Metadata 172
"172" : {
"field_data" : {
"text" : {
"en" : "2203 Dunbar Street"
}
}
},
This is a sample of the actual data returned for a FevDescription field. It is identified by the field number. The text is returned as a set of localized values.