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 / Need to retrieve Proje...
Power Automate
Unanswered

Need to retrieve Project Id and Task Id from Project Online Rest API

(0) ShareShare
ReportReport
Posted on by 2

Hi experts, I need you help

I am using Project Server REST API Endpoints (Project Online) and hitting this endpoint
/TimeSheetPeriods('periodid')/TimeSheet/Lines

 

I get folloing response

 

{ "Comment": "",
"Id": "xyz",
"LineClass": 0,
"ProjectName": "xyz",
"Status": 2,
"TaskName": "xyz",
"TotalWork": null,
"TotalWorkMilliseconds": 0,
"TotalWorkTimeSpan": "xyz",
"ValidationType": 1
}

The above id which I get is line id.

 

 

I want to get the Project ID and Task ID. Any idea how can I achieve? 

Categories:
I have the same question (0)
  • Heartholme Profile Picture
    1,278 Super User 2024 Season 1 on at

    Hi @JoshuaAdams 

     

    If you action is called HTTP. Then use this expression in a compose: 

     

    body('HTTP')?['id'] 

     

    There is no projectID in your JSON, if you're thinking about project name it is: body('HTTP')?['ProjectName']

     

    ✔ Marking my post as a solution not only confirms that your question has been answered, but also helps others find solutions to similar problems.
    By doing so, you'll be making a valuable contribution to the community.

    Best Regards
    Heartholme

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 557

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 264 Super User 2026 Season 1

Last 30 days Overall leaderboard