gpt4 book ai didi

rest - SharePoint 2013 - 通过 REST API 获取自定义字段值

转载 作者:行者123 更新时间:2023-12-02 04:13:18 25 4
gpt4 key购买 nike

我有 SPList,其中包含自定义类型列(从 Lookup 继承)。当我尝试通过 REST API 检索其项目时出现错误:

/_vti_bin/client.svc/web/lists/getbyid(guid'list-id')/Items(item-id)

The value for field 'column name' of type 'custom field type' cannot be serialized.

REST API 不支持自定义类型吗?谢谢。

最佳答案

可以使用expand关键字检索查找字段的值

_api/web/lists/getByTitle('Customers')/items?$select=Title,Affiliation/Id,Affiliation/Title&$expand=Affiliation

你可以在这个博客上找到详细的解释 http://www.andrewconnell.com/blog/simplifying-sharepoint-2013-rest-api

请注意 URL 不同,因为您必须使用 SharePoint 2013 rest API。您提供的 url 是 SharePoint 2010 使用 Rest API 的方式。虽然它在 2013 年仍然存在。

关于rest - SharePoint 2013 - 通过 REST API 获取自定义字段值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31428790/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com