rest api使用查找ID调用数据 [英] rest api to call data using lookup ID

查看:102
本文介绍了rest api使用查找ID调用数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有列表名称" queries"有查询字段"dossierfk",


我想根据"dossierfk"获取数据 使用rest api的字段



需要解决方案:


如何使用rest api 使用查找ID回溯数据



谢谢


解决方案

您好,


按查询列过滤列表项的示例端点(标题为查看显示字段)。


/ _ api / lists / getByTitle('Child')/ items?


filter = LookupParent / Title eq'test'


/ _api /列表/ getByTitle( '子')/项


选择=标题,LookupParent /标题&安培;?

Hi,

I have list name "queries" having lookup field "dossierfk",

I want to fetch data according to "dossierfk "  fields using rest api

Solution Required:

how to use rest api  to retrace data using lookup ID

Thanks

解决方案

Hi,

Sample endpoint to filter list items by Lookup column(Title is lookup show field).

/_api/lists/getByTitle('Child')/items?


filter=LookupParent/Title eq 'test'

/_api/lists/getByTitle('Child')/items?


select=Title,LookupParent/Title&


这篇关于rest api使用查找ID调用数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆