Anton
Anton

Reputation: 2138

Project server web app - get task ID, not GUID

Is it possible to get ID that marked on a pic using PWA rest api?

Tried these parameters with no luck

/tasks?$select=Name,TaskIndex 

gantt pic

Any ideas?

Upvotes: 0

Views: 925

Answers (1)

Abhishek Jangid
Abhishek Jangid

Reputation: 21

(_api/ProjectData rather than _api/ProjectServer):

{PWA Site URL}/_api/ProjectData/Projects(guid'{project guid}')/Tasks()?$Select=TaskName,TaskId,TaskIndex,TaskClientUniqueId

Upvotes: 2

Related Questions