简体   繁体   中英

How to form Rally REST call API To get task details

I have a rest call of rally track the task details.

https://rally1.rallydev.com/slm/webservice/v2.0/task/ObjectID

what is the object ID here to be used.

ANy lead would be highly appreciated.

If you just make a call to the task query endpoint you can get details on multiple tasks at once:

https://rally1.rallydev.com/slm/webservice/v2.0/task

Use the fetch parameter to specify which fields you'd like returned.

https://rally1.rallydev.com/slm/webservice/v2.0/task?fetch=FormattedID,ObjectID,Name

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM