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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to get all things implementing a same project?

Vatsal
7-Bedrock

How to get all things implementing a same project?

I have a specific requirement to get all the things implementing a specific project. Is there any way to query this?

ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:Vatsal)

Add all entities to a project

then against the Project there is a GetEntities service

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:Vatsal)

Add all entities to a project

then against the Project there is a GetEntities service

Vatsal
7-Bedrock
(To:PaiChung)

Thanks for your inputs @PaiChung . Just to add more for further reference:

The syntax for fetching the entities is:

 

var result = Projects[<ProjectName>].GetEntities();

 

This method returns infotable.

Announcements

Top Tags