ppds_web_resources_get
Get web resource content for viewing or analysis. Returns decoded text content for text types (JS, HTML, CSS, XML, etc.) and metadata-only for binary types (PNG, JPG, GIF). Use the id from ppds_web_resources_list.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| id | String | yes | The web resource ID (GUID) from ppds_web_resources_list |
| published | Boolean | no | If true, gets published content; if false, gets unpublished/draft content (default false) |
Output
Returns Task<WebResourceGetResult>.