The Historian module provides logging and log exporting functionality for both positional and collision data.
Requests position updates events based on the requested filter conditions
Response success
Malformed request.
Unauthorized access, invalid credentials were used.
Access forbidden. Current token does not have the necessary authority for the operation.
Invalid data was sent.
[- {
- "StartTime": "2019-08-24T14:15:22Z",
- "EndTime": "2019-08-24T14:15:22Z",
- "DeviceID": "00:AA:BB:CC:DD:EE"
}
]{- "TaskID": "string"
}Requests zone collisions events based on the requested filter conditions
Response success
Malformed request.
Unauthorized access, invalid credentials were used.
Access forbidden. Current token does not have the necessary authority for the operation.
Invalid data was sent.
{- "ZoneIDs": [
- "7237c212-aec8-4e86-8087-e4726eaaf0a1"
], - "Devices": [
- {
- "StartTime": "2019-08-24T14:15:22Z",
- "EndTime": "2019-08-24T14:15:22Z",
- "DeviceID": "00:AA:BB:CC:DD:EE"
}
], - "IncludePositionalData": false
}{- "TaskID": "string"
}Requests Workflow Run Data based on the requested filter conditions
| StartDateTime | string <date-time> The minimum date and time range used to filter workflow run data. |
| EndDateTime | string <date-time> The maximum date and time range used to filter workflow run data. |
| WorkflowIds | Array of arrays The GUID identifier given to each workflow. |
| runIDs | Array of arrays The GUID identifier given to each workflow run. |
| userIDs | Array of arrays The GUID identifier given to each user. |
| lastNumberOfRuns | integer The GUID identifier given to each user. |
Response success
| ID | string Unique identifier for the workflow run |
| WorkflowName | string Name of the workflow |
| StationName | string Name of the station where the workflow was executed |
| Username | string Username of the person who ran the workflow |
| WorkflowStatus | string Current status of the workflow run (e.g., Complete, Running, Failed) |
| StartDateTime | string <date-time> Date and time when the workflow started |
| EndDateTime | string <date-time> Date and time when the workflow ended |
object Dictionary of workflow steps with their details and any associated data | |
Malformed request.
Unauthorized access, invalid credentials were used.
Access forbidden. Current token does not have the necessary authority for the operation.
Invalid data was sent.
{- "StartDateTime": "2019-08-24T14:15:22Z",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "WorkflowIds": [
- "8aa773dc-462f-4e83-9162-d6158c288431",
- "ec7f7314-bbe2-47c5-ade7-4e18032ca64c"
], - "runIDs": [
- "c3f1d67b-3e84-4afe-83ac-4cd92926e591",
- "9c0a0951-abb2-4f5a-b2e1-ee1351e0f2d7"
], - "userIDs": [
- "dbb4b56c-a5c0-45f7-a0fd-548f926ba912",
- "8e3ac877-b507-4cd9-b88b-33a81db89677"
], - "lastNumberOfRuns": 10
}{- "ID": "string",
- "WorkflowName": "string",
- "StationName": "string",
- "Username": "string",
- "WorkflowStatus": "string",
- "StartDateTime": "2019-08-24T14:15:22Z",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "WorkflowRunSteps": {
- "property1": [
- null
], - "property2": [
- null
]
}
}