ppds_web_resources_list
List web resources in a Dataverse environment, optionally filtered by solution. Returns name, type, managed status, and modification info. Use textOnly=true (default) to exclude binary types like images. Supports pagination via maxRows and nextPageToken parameters — when more records exist the response includes a nextPageToken to pass on the next call.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| solutionId | String | no | Optional solution ID (GUID) to filter web resources by solution |
| textOnly | Boolean | no | If true, only return text-based web resources like JS/HTML/CSS (default true) |
| maxRows | Int32 | no | Maximum records per page (default 100, max 500) |
| nextPageToken | String | no | Pagination cursor from a previous call's nextPageToken field |
Output
Returns Task<WebResourcesListResult>.