namespace static
nexus.dataPoints. downloadRequest
Source: src/
Methods
async static
createForProcess(processId, the) → Promise containing ApiResponse
requests a download of all sensor data of a process
Parameters
Name | Type | Optional | Description |
---|---|---|---|
processId |
string |
|
the id of the process |
the |
object |
|
request body |
- Returns
-
Promise containing ApiResponse
async static
createForReporter(processId, reporterFctId) → Promise containing ApiResponse
requests a download of the data of a single sensor
Parameters
Name | Type | Optional | Description |
---|---|---|---|
processId |
string |
|
|
reporterFctId |
string |
|
- Deprecated
- will be removed in favor of create process
- Returns
-
Promise containing ApiResponse
async static
list(processId) → Promise containing ApiResponse
list all download request for a process
Parameter
Name | Type | Optional | Description |
---|---|---|---|
processId |
string |
|
- Returns
-
Promise containing ApiResponse