web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to find a version ...
Power Automate
Answered

How to find a version history url for HTTP?

(0) ShareShare
ReportReport
Posted on by 633

Hello All, 

 

Could you do me a favor?

I intend to include this version history URL in the column within SharePoint, eliminating the need for users to click twice.

happyyear_0-1692108928964.png

 

However, I am experiencing difficulty in locating the URL for the version history to incorporate it into HTTP.

happyyear_1-1692109013207.png

 

 

Categories:
I have the same question (0)
  • creativeopinion Profile Picture
    10,508 Moderator on at

    @happyyear 

    creativeopinion_0-1692114545121.png

    The URI you need is:

     

    /_api/web/lists/getbytitle('List Name')/items([insert ID dynamic content here])/versions

     

     

    • Insert your List Name in place of: List Name
    • Insert your item id in place of: [insert ID dynamic content here]

     

    Hope this helps!


    If I helped you solve your problem—please mark my post as a solution ✅.
    Consider giving me a 👍 if you liked my response!

    👉Watch my tutorials on YouTube
    👉Tips and Tricks on TikTok
  • happyyear Profile Picture
    633 on at

    @creativeopinion Thank you for your reply. 

     

    I am trying to add the version history to one column in SP

    So I posted the question and got an answer. But the issue is that I can't find the version history url for this one. 

    https://powerusers.microsoft.com/t5/Building-Flows/How-to-add-a-sharepoint-version-history-to-a-column-in/m-p/2290716#M254593

  • creativeopinion Profile Picture
    10,508 Moderator on at

    It looks like @Expiscornovus already provided a solution in your original post. 

  • happyyear Profile Picture
    633 on at

    @creativeopinion Thank you for your reply. 

    I found the network. but there is no "on the Version History option under the three dots", so I have been waiting for the reply so far. 

  • Verified answer
    creativeopinion Profile Picture
    10,508 Moderator on at

    I made a small adjustment to the JSON as it wasn't quite working for me. 

     

    {
     "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
     "elmType": "a",
     "txtContent": "Version History Link",
     "attributes": {
     "target": "_blank",
     "href": "='https://2205q6.sharepoint.com/sites/PowerPlatformSandbox/_layouts/15/Versions.aspx?list={GUID HERE}&ID=' + [$ID]"
     }
    }

     

     

    • Replace [Site URL] with your SP Site URL.
    • Replace [GUID HERE] with your GUID. 

    However, something to note is that this JSON will open a new tab with the version history. In my opinion the UX is a lot better when using the built in Version History as it's a pop up overlay which allows the user to stay on the list rather than opening up a new tab.

     

    It's only two clicks to access the version history

  • happyyear Profile Picture
    633 on at

    @creativeopinion It is beautifully working!! Thank you!!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 470

#2
Haque Profile Picture

Haque 411

#3
David_MA Profile Picture

David_MA 337 Super User 2026 Season 1

Last 30 days Overall leaderboard