我需要获取Sharepoint站点中列表的列(字段),以便我可以向用户显示ListItems上的创建和更新操作的相应字段。在文档中提到,List将有一个名为" fields"的属性。它将包含这些列。但是,API不会返回这些内容。我在这里错过了什么吗?
答案 0 :(得分:1)
/items?expand=fields(select%3DTitle,FullName)
答案 1 :(得分:0)
您应该附加查询参数?select = fields以获取字段列表。
EG。 获取 https://graph.microsoft.com/beta/sharepoint/sites/{site-id}/lists/{list-id}?select=fields