Getting all Project Entities

This call retrieves all entities in the project.

Method

GET

URL

<server>/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

 

 


Revision #1
Created 17 March 2025 15:25:55 by admin
Updated 17 March 2025 15:27:20 by admin