GetSolutionQBL
Retrieves the QBL of solution.
Input
| Name | Type | Required | Description |
| SolutionId | String | True | The unique identifier (UUID) or the alias of the solution. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation is successful or not. |
| ErrorMessage | String | Error message or details if any. |
| QBL | String | The QBL of the specified input solution. |