ListSolutionChanges
Returns a list of changes that would occur if the provided QBL or the QBL from the record were applied.
Input
| Name | Type | Required | Description |
| SolutionId | String | True | The unique ID (UUID) or alias of the solution to which the QBL may be applied. |
| QBL | String | False | The QBL to use for the changeset. This input is required if TableId, FieldId, and RecordId are not provided. If those fields are specified, QBL takes precedence. |
| TableId | String | False | The unique identifier (dbid) of the table where the QBL file attachment is stored. This field is required when QBL is missing. |
| FieldId | Int64 | False | The unique identifier (fid) of the field where the QBL file attachment is stored. It needs to be a file attachment field. This field is required when QBL is missing. |
| RecordId | Int64 | False | The unique identifier of the record where the QBL file attachment is stored. This field is required when QBL is missing. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation is successful or not. |
| ErrorMessage | String | Error message or details if any. |
| Id | String | The Id of the operation. |
| ChangeLogicalType | String | The logical type of the change. |
| ChangeLogicalId | String | The logical Id of the change. |
| ChangeAction | String | The action of change. |
| ChangePath | String | The path of the change. |