list_dataverse_publishers
Retrieve publishers from Dataverse to discover available publishers, find custom publishers for solution creation, or view publisher configurations with customization prefixes.
Instructions
Retrieves a list of publishers in the Dataverse environment with filtering options. Use this to discover available publishers, find custom publishers for solution creation, or get an overview of publisher configurations including customization prefixes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customOnly | No | Whether to list only custom publishers | |
top | No | Maximum number of publishers to return |
Input Schema (JSON Schema)
{
"properties": {
"customOnly": {
"default": true,
"description": "Whether to list only custom publishers",
"type": "boolean"
},
"top": {
"description": "Maximum number of publishers to return",
"type": "number"
}
},
"type": "object"
}