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:
ApiException– when the EFL API returns an error response.HttpException– when the HTTP transport fails.
Method signature
public function getRestoreProcessChanges(string $transactionId): string
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
transactionId | string | Yes | Identifier of the transaction. |
Return value
- Type:
string– raw response body describing restore-process changes.