Description
This function copies events from a history and places them at the end of the same history. The copies have the same timestamps and ordering as the originals.
Events can only be copied if the history is sealed and the History worker is in maintenance mode.
Parameters
Name | Type | Description |
---|---|---|
id | string, optional | The unique internally generated key that identifies this history. Do not specify id and label parameters together |
labela | string/int/real/bool, required if id is not set | The first part of the unique compound key that identifies this history |
labelb | string/int/real/bool/null, optional | The second (optional) part of the unique compound key that identifies this history |
labelc | string/int/real/bool/null, optional | The third (optional) part of the unique compound key that identifies this history |
labeld | string/int/real/bool/null, optional | The fourth (optional) part of the unique compound key that identifies this history |
labele | string/int/real/bool/null, optional | The fifth (optional) part of the unique compound key that identifies this history |
top | int, optional | Copy the first top events of the history |
skip | int, optional | Do not copy events in the first skip events of the history |
start | int, optional | Do not copy events before event number start in the history |
length | int, optional | Copy at most length events in the history |
Returns
The id of the history and the number of events copied.
"result": {
"historyid": "B1DF88CD-459C-454C-9264-B424EC12E999",
"events": 52
}
Last modified on June 27, 2023