如何通过 spfx vue js 上的 rest api 从站点页面值获取托管元数据字段
How to get the managed metadata fields from site page values via rest api on spfx vue js
如何在 Vue js 的 spfx 中使用 API 获取托管元数据类型值?如何使用 API on
获取实际值
/_api/web/lists/getbytitle('" + site page+"')/items?
彩信字段无法获取?
尝试获取列表项的托管元数据字段的地方:
_api/web/lists/getbytitle('testlist')/items?$select=ID,Title,MetaField,TaxCatchAll/ID,TaxCatchAll/Term&$expand=TaxCatchAll
页面属性包括管理元数据字段:
/_api/web/getFolderByServerRelativeUrl('page')?$expand=Folders,Files/ListItemAllFields"
如何在 Vue js 的 spfx 中使用 API 获取托管元数据类型值?如何使用 API on
获取实际值/_api/web/lists/getbytitle('" + site page+"')/items?
彩信字段无法获取?
尝试获取列表项的托管元数据字段的地方:
_api/web/lists/getbytitle('testlist')/items?$select=ID,Title,MetaField,TaxCatchAll/ID,TaxCatchAll/Term&$expand=TaxCatchAll
页面属性包括管理元数据字段:
/_api/web/getFolderByServerRelativeUrl('page')?$expand=Folders,Files/ListItemAllFields"