This field is called Person1. For front end developers, this is a gold mine. While SharePoint gives multiple options on how to use their lists, I was looking for the right one for me. Endpoint Uri: POST /_api/web/lists/getbytitle('Documents')/getitems. Labels: Labels: Automated flows; Message 1 of 23 967 Views 0 Kudos Reply. Using CAML query . I am currently working on Sharepoint 2010, MOSS 2007, Sharepoint 2013,Sharepoint 2013 App Dev, C#, ASP.NET, and SQL Server 2008. Refer to the Message ID column in exactly the same way as it is referred to in the output. I works in SharePoint 2016/2013/2010, SharePoint Online Office 365 etc. Body: Let us first see, how to get all list items using SharePoint rest api. Every SharePoint dev faced this issue at least once or multiple times. I tried In the “Web Parts”dialogue, go to the “Media and Content” category, select the “Script Editor” Web Part and click the “Add button”. Update 3/2017: I’ve added Search API to this post as well. In my example, I'm accessing a generic task list and outputting the results into a table. Can you filter a get items from Sharepoint list by Person/Group column? SharePoint 2013 was able to provide me with a REST API I could call with jQuery ajax requests, and this was exactly what I wanted. It’s a well-known ‘issue/limitation’ when working with larger data sets in SharePoint lists. Syntax: for this is $filter=(Column Internal Name operator value). GET https://{site_url}/_api/web/lists/getbytitle('{list_title}')/items({item+id})/AttachmentFiles/ Authorization: "Bearer " + accessToken Accept: "application/json;odata=verbose"