I saw various posts on the use of sending HTTP requests to retrieve a sharepoint list item version history. I am struggling to do this however. I keep getting an error on the URI and think it might be because of syntax. Can someone please view what the problem might be. So I type in the list name and item id name in text, not using a dynamic field.
List name: List X
Item ID: 167
URI:
_api/web/lists/GetByTitle(List X)/items(167)/Version
Solved! Go to Solution.
Hi @gmaasz ,
Please try this Uri๏ผ
_api/web/lists/getByTitle('ListName')/items(1)/Versions
Image reference:
For more information on the method of Get the version of a SharePoint list item with Flow, please refer to the following blog:
https://sergeluca.wordpress.com/2018/07/31/get-the-version-of-a-sharepoint-list-item-with-flow/
Best Regards,
Hi @gmaasz ,
Please try this Uri๏ผ
_api/web/lists/getByTitle('ListName')/items(1)/Versions
Image reference:
For more information on the method of Get the version of a SharePoint list item with Flow, please refer to the following blog:
https://sergeluca.wordpress.com/2018/07/31/get-the-version-of-a-sharepoint-list-item-with-flow/
Best Regards,
Thanks for posting this. I am able to use this to email myself the sharepoint history on a particular item, but it doesn't have who edited it and when.......is that possible? I was wanting something more like what is in SharePoint.......like this:
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
5 | |
3 | |
3 | |
2 | |
2 |