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?

Report
All responses (
Answers (