Rally: WSAPI Sample Query's using Workspace & Project details.
search cancel

Rally: WSAPI Sample Query's using Workspace & Project details.

book

Article ID: 229359

calendar_today

Updated On:

Products

CA Agile Central SaaS (Rally)

Issue/Introduction

How can I fetch all the Project details of my workspace using API?

How can I fetch the Workspace ObjectID in WSAPI using the Project name?

 

Environment

Release : SAAS

Component : ACSAAS

Resolution


1. The below WSAPI sample query will fetch all the details of the project by using the "WS_OBJ_ID"  

https://rally1.rallydev.com/slm/webservice/v2.0/Project?Workspace=https://rally1.rallydev.com/slm/webservice/v2.0/Workspace/U'r_WS_OBJ_ ID&fetch=Name,ObjectID

2. WS_OBJ_ID  details can be found in both Browser URL (Only by Sub_Admins & Workspace_Admins can view) & in WSAPI.




Using WSAPI: Kindly mention your "project name" in the URL to know the WS_Obj_ID.

This sample WSAPI link can help you in fetching the Workspace details.

https://rally1.rallydev.com/slm/webservice/v2.0/project?query=(Name = "any_project_name")&fetch=ObjectID,Workspace,Workspace.ObjectId 

 

Additional Information

WSAPI, API

Attachments