如果我使用标题在Sharepoint 2016 Rest API中发出GET请求,请在url / _ api / web / lists / GetByTitle('Pages')/ Fields 中接受“application / json; odata.metadata = minimal” strong>和库页面(其他列表或库)的分类字段返回错误。
{
"odata.error": {
"code": "-2147467261, System.ArgumentNullException",
"message": {
"lang": "es-ES",
"value": "Value cannot be null.\r\nParameter name: type"
}
}
如果删除分类字段,它可以很好地工作。
如果我使用accept“application / json; odata = verbose”使用Taxonomy Fields进行请求也可以完美地运行。
要点:
如果我有分类字段odata.metadata = minimal不起作用
最好的问候