Skip to main content

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

NameTypeRequiredDescription
solutionIdStringnoOptional solution ID (GUID) to filter web resources by solution
textOnlyBooleannoIf true, only return text-based web resources like JS/HTML/CSS (default true)
maxRowsInt32noMaximum records per page (default 100, max 500)
nextPageTokenStringnoPagination cursor from a previous call's nextPageToken field

Output

Returns Task<WebResourcesListResult>.