Skip to main content
1-Visitor
May 15, 2019
Solved

How to get all things implementing a same project?

  • May 15, 2019
  • 1 reply
  • 1718 views

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

Best answer by PaiChung

Add all entities to a project

then against the Project there is a GetEntities service

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
May 15, 2019

Add all entities to a project

then against the Project there is a GetEntities service

Vatsal1-VisitorAuthor
1-Visitor
May 16, 2019

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.