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"
}
Response success.
Unauthorized access, invalid credentials were used.
Resource was not found.
{- "AttachedFile": "string"
}
Requests Workflow Run Data 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.
{- "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
]
}
}