Getting Entity Files

Some entities may have raw files associated to them. This is the case of raw point clouds and unprocessed block models. Some other entities may have files that are the result of processing spatial data, like a CSV report file, or datasets that have been exported as images, meshes or point clouds.


A single entity may have multiple files associated with it. Each file will have a unique filename under the entity.

Method

GET

URL

<server>/file.ashx

Parameters

id

Unique identifier for the entity

project

Identifier of the project that contains the entity

org

Organization ID

filename

The name of the file inside the entity

namehint

A base64 string that contains a filename that will be suggested by the browser

 

Returns

This call returns the contents of the file.

Example

http://localhost:58697/file.ashx?org=2343243456678890&project=myproject&id=08A1E6851DFD46F3B0EC958D1118A823&filename=report.csv&namehint=Vm9sdW1lb2ZTcGhlcmUuY3N2


Revision #1
Created 17 March 2025 15:35:30 by admin
Updated 17 March 2025 15:36:05 by admin