cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Getting List of active projects in xml

mkhan-2
1-Newbie

Getting List of active projects in xml

Hello

I am trying to get all the active project lists from MKS into XML. I tried using "im projects" but I don't know (nor I find )how to filter only active projects and then put it in XML. Thanks for your help in advance.

3 REPLIES 3

im projects --fields=id,name,isActive seems to be giving me the results. I want to now just get the results where "isActive" is yes.  Any help would be appreciated.

KaelLizak
14-Alexandrite
(To:mkhan-2)

Hello Muhammad Khan‌,

Take a look at CS166082, which explains how to use the mksAPIviewer.exe file located in the client's bin directory.

Kind Regards,
Kael


Kind Regards,
Kael Lizak

Senior Technical Support Engineer
PTC Integrity Lifecycle Manager

What about a simple XML report, that scanns the Backing Items and export them as XML?  (assuming the backing item has been disabled when the project is also disabled.)

Top Tags