SP へField.fieldTypeKind プロパティ (sp.js)
Gets or sets a value that specifies the type of the field.
**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var value = SP.Field.get_fieldTypeKind ()
var value = SP.Field.set_fieldTypeKind ()
Type: SP.FieldType
The type of the field.
See Field resource for more information.
http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/fieldTypeKind
This resource supports the following HTTP commands:
- POST
POST http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/fieldTypeKind
GET http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/fieldTypeKind