list_dataverse_solutions
Discover available Dataverse solutions, find unmanaged solutions for customization, and get solution package overviews with publisher information.
Instructions
Retrieves a list of solutions in the Dataverse environment with filtering options. Use this to discover available solutions, find unmanaged solutions for customization, or get an overview of solution packages. Includes publisher information for each solution.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeManaged | No | Whether to include managed solutions | |
top | No | Maximum number of solutions to return |
Input Schema (JSON Schema)
{
"properties": {
"includeManaged": {
"default": false,
"description": "Whether to include managed solutions",
"type": "boolean"
},
"top": {
"description": "Maximum number of solutions to return",
"type": "number"
}
},
"type": "object"
}