Endpoints to Download and Modify Files
Returns an asset's file list.
The identity provider authentication token.
Asset instance ID.
Returns the list of files in this path. Use either this key or "filters", but not both together.
/documentationPossible filters that can be applied to the request. Use either this key or "path", but not both together.
'{'and' : [{'size' :{'>' : 0}}, {'fileExt' : '.txt'}]}'OK
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
Returns the specified file. If filePath does not represent a file, it returns the list of files at that location.
The identity provider authentication token.
Asset instance ID.
Path of the desired file, it includes the file name.
/rawData/aggr_2m/123_124.npzOK
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
Updates the specified file. If it doesn't exists, it creates it.
The identity provider authentication token.
Asset instance ID.
Path of the desired file, it includes the file name.
/rawData/aggr_2m/123_124.npzOK
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
Deletes the specified file.
The identity provider authentication token.
Asset instance ID.
Path of the desired file, it includes the file name.
/rawData/aggr_2m/123_124.npzNo response.
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
No content
Returns the list of all configuration files both globals and specific for every project asset.
The identity provider authentication token.
Filtro basato sui campi supportati.
Sort based on supported fields - see order syntax for more details. (name, path, type, size, timestamp, created, updated)
Returns the list of files in this path. Use either this key or "filters", but not both together.
/documentationPossible filters that can be applied to the request. Use either this key or "path", but not both together.
'{'and' : [{'size' :{'>' : 0}}, {'fileExt' : '.txt'}]}'OK
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
Returns the specified configuration file.
The identity provider authentication token.
Path of the desired file, it includes the file name.
/rawData/aggr_2m/123_124.npzOK
OK
This resource returns the list of all configuration files for the specified asset. Global configuration files are not included.
The identity provider authentication token.
Asset instance ID.
Filtro basato sui campi supportati.
Sort based on supported fields - see order syntax for more details. (name, path, type, size, timestamp, created, updated)
Returns the list of files in this path. Use either this key or "filters", but not both together.
/documentationPossible filters that can be applied to the request. Use either this key or "path", but not both together.
'{'and' : [{'size' :{'>' : 0}}, {'fileExt' : '.txt'}]}'OK
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
Returns the specified configuration file.
The identity provider authentication token.
Asset instance ID.
Path of the desired file, it includes the file name.
/rawData/aggr_2m/123_124.npzOK
OK
Returns the list of shared files
The identity provider authentication token.
Asset instance ID.
Returns the list of files in this path. Use either this key or "filters", but not both together.
/documentationPossible filters that can be applied to the request. Use either this key or "path", but not both together.
'{'and' : [{'size' :{'>' : 0}}, {'fileExt' : '.txt'}]}'success
Bad request.
Unauthorized.
Forbidden.
Resource not found.
Internal server error.
Service temporarily unavailable.
Timeout.
Returns the content of the file found at the specified filepath.
The identity provider authentication token.
Asset instance ID.
In this case, filepath can be a composition of levels, e.g. /something/somethingelse/filename.ext .
/rawData/aggr_2m/123_124.npzSuccess
Success
Updates the specified file.
The identity provider authentication token.
Asset instance ID.
In this case, filepath can be a composition of levels, e.g. /something/somethingelse/filename.ext .
/rawData/aggr_2m/123_124.npzSuccess
Success
Last updated