1. Home
  2. Docs
  3. Formever API
  4. Get
  5. Get Metadata
  6. FevChoice

FevChoice

Metadata 80

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Metadata
  "80" : {
           "field_type" : "FevChoice",
           "field_metadata" : {
                                  "labels" : {
                                                 "en" : "Retired?"
                                             },
                                  "choice_names" : [
                                                     {
                                                       "en" : "RETIRED"
                                                     }
                                                   ],
                                  "display_positions" : [
                                                          0
                                                        ],
                                  "non_chosen_description" : {
                                                             },
                                  "allows_none" : true,
                                  "single_choice" : true,
                                  "show_label" : false
                              }
       },

Metadata 86

1
2
3
4
5
6
7
"86" : {
                    "field_data" : {
                                       "chosen_indices" : [
                                                            0
                                                          ]
                                   }
                },

How can we help?