Getting all Project Entities This call retrieves all entities in the project. Method GET URL /entity.ashx Parameters project Unique identifier for the project   Returns This call returns a JSON file. The file defines a dictionary where each key is an entity “ID”, and the data associated to the key is another dictionary containing the entity’s properties. Example http://localhost:58697/entity.ashx?project=myproject