get_dataverse_publisher
Retrieve detailed publisher information including customization prefix, option value prefix, and configuration settings to understand Dataverse customization properties.
Instructions
Retrieves detailed information about a specific publisher including its customization prefix, option value prefix, and configuration. Use this to inspect publisher properties and understand customization settings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uniqueName | Yes | Unique name of the publisher to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"uniqueName": {
"description": "Unique name of the publisher to retrieve",
"type": "string"
}
},
"required": [
"uniqueName"
],
"type": "object"
}