GetReprocessingHistory response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a GetReprocessingHistory response message.
<GetReprocessingHistoryResponseMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ReprocessingHistoryItems>
<ReprocessingHistoryItem>
<StartedBy>Administrator</StartedBy>
<State>Completed</State>
<StartDateTime>2018-09-12T04:59:04.2507141Z</StartDateTime>
<EndDateTime>2018-09-12T04:59:11.947121Z</EndDateTime>
<ReprocessPeriodStartDateTime i:nil="true"/>
<CancelledBy i:nil="true"/>
</ReprocessingHistoryItem>
<ReprocessingHistoryItem>
<StartedBy>Administrator</StartedBy>
<State>Completed</State>
<StartDateTime>2018-08-12T04:58:51.7779696Z</StartDateTime>
<EndDateTime>2018-08-12T04:58:59.9548512Z</EndDateTime>
<ReprocessPeriodStartDateTime i:nil="true"/>
<CancelledBy i:nil="true"/>
</ReprocessingHistoryItems>
</GetReprocessingHistoryResponseMessage>
Response parameters: ReprocessingHistoryItems section
Reports details about the specified number of reprocessing operations.
<ReprocessingHistoryItems>
<ReprocessingHistoryItem>
<StartedBy>Administrator</StartedBy>
<State>Completed</State>
<StartDateTime>2018-09-12T04:59:04.2507141Z</StartDateTime>
<EndDateTime>2018-09-12T04:59:11.947121Z</EndDateTime>
<ReprocessPeriodStartDateTime i:nil="true"/>
<CancelledBy i:nil="true"/>
</ReprocessingHistoryItem>
<ReprocessingHistoryItem>
<StartedBy>Administrator</StartedBy>
<State>Completed</State>
<StartDateTime>2018-08-12T04:58:51.7779696Z</StartDateTime>
<EndDateTime>2018-08-12T04:58:59.9548512Z</EndDateTime>
<ReprocessPeriodStartDateTime i:nil="true"/>
<CancelledBy i:nil="true"/>
</ReprocessingHistoryItems>
|
Parameter |
Description |
|---|---|
|
ReprocessingHistoryItem |
Contains the values of each individual reprocessing operation. |
|
StartedBy |
The name of the AVEVA™ Production Management user who started the reprocessing. |
|
State |
The final state of this reprocessing operation, such as Running, Failed, Canceled, Completed. |
|
StartDateTime |
The date and time that the reprocessing operation was started. For example, 2018-08-08T18:00:00Z. This is UTC format. |
|
EndDateTime |
The date and time that the reprocessing operation ended. For example, 2018-08-08T18:02:00Z. This is UTC format. |
|
ReprocessPeriodStartDateTime |
If there was a point-in-time specified for reprocessing the data, this fields shows the point in time date that data was reprocessed from. If no point in time was specified, this field shows null. |
|
CancelledBy |
If the reprocessing operation was canceled before completing, this field shows the name of AVEVA Production Management user who canceled the reprocessing operation. |