REST Interface - Working with Projects and Entities
Getting all Project Entities
This call retrieves all entities in the project. Method GET URL <server>/entity.ashx Paramet...
Getting an Entity
This call retrieves one entity. Method GET URL <server>/entity.ashx Parameters id...
Requesting a new ID
The REST API provides a mean to obtain a new unique identifier. This is useful when creating obje...
Creating a Project
This call creates a new project. Method POST URL <server>/entity.ashx Post Payload Multi-pa...
Creating an Entity
This call creates a new entity. Method POST URL <server>/entity.ashx Parameters p...
Updating an Entity
This call updates the properties of an existing entity. Method POST URL <server>/entity.ashx ...
Deleting Entities
This call deletes a list of entities from the project. If the entity has any data associated to i...
Getting Entity Files
Some entities may have raw files associated to them. This is the case of raw point clouds and unp...
Uploading Entity Files
Some entities may have raw files associated to them. This is the case of raw point clouds and unp...
Uploading large files
In occasions, file sizes can be prohibitively large for uploading using the REST interface, as so...
Retrieving Processing Log Files
This call retrieves the processing log for an entity. Method GET URL <server>/file.ashx Para...
Adding versions to Workflow Products
The process of triggering a new version for a Workflow Product involves the following general ste...