dataverse_get_web_resource
Retrieve a published web resource by its GUID, including metadata and optional base64 content. Use this to access the live version of scripts, images, or stylesheets after publishing.
Instructions
Retrieve a single webresource record by its GUID.
Returns webresourceid, name, displayname, webresourcetype (+ label), description, languagecode, ismanaged, iscustomizable, createdon, modifiedon. Set include_content=true to also retrieve the base64-encoded content field (may be large for images and script bundles — a 5 MB cap applies).
IMPORTANT: this returns the PUBLISHED version of the web resource. Edits made via dataverse_update_web_resource are saved to the unpublished draft and will NOT appear here until you call dataverse_publish_customizations for this web resource. (The Dataverse RetrieveUnpublished message — not exposed by this server — is what tooling uses to read the draft before publishing.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |