About this resource
Representation of a LanguageListField
Properties
| Property | Description | Type |
|---|---|---|
| dataType | Gets or sets the data type of this field. | string (values: none, singlelinetext, multilinetext, numeric, datetime, date, time, optionlist, duration, userlist, usergrouplist, html, json, classificationlist, recordlist, recordlink, languagelist, textlist, hyperlinklist) |
| fieldName | Gets the name of this field. | string |
| id | Gets the id of this field. | guid |
| inheritable | Gets whether the field value can be used as a parent in inheritance hierarchy. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-field' and the value 'Inheritable' to your request. | boolean |
| inheritanceState | Gets the Inheritance State of this field. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-field' and the value 'InheritanceState' to your request. | string (values: none, inherited) |
| label | Gets the label of this field. | string |
| localizedValues | Gets the language specific data of this field. | Collection of LanguageListFieldValues items |
Relations
| Method | Name | Select-key | Resource type | Description |
|---|---|---|---|---|
| GET | self | Provides a link to this resource. | ||
| GET | definition | select-LanguageListField: definition | LanguageListFieldDefinition | Gets the field definition. |