EFL
EflClient

getRestoreProcessChanges

Returns restore process changes for the given transaction.

getRestoreProcessChanges() returns raw change information for a restore process. It wraps ProcessApiClient::getRestoreProcessChanges().

All methods on EflClient may throw:

Method signature

public function getRestoreProcessChanges(string $transactionId): string

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.

Return value

  • Type: string – raw response body describing restore-process changes.