如何通过rest api从更多列表中获取项目
问题描述:
如何通过rest api
how to get items from more list by rest api
答
从更多列表中获取项目检查此链接:
使用带有REST的列表和列表项。并且您可以从服务器端执行对REST端点的请求(例如,使用
HttpClient (如果您使用.Net)或来自客户端(例如通过
jquery.ajax )。
check this link: Working with lists and list items with REST. And you may perform requests to the REST endpoitns either from server side (e.g. by using HttpClient if you work with .Net) or from client side (e.g. via jquery.ajax).