OptionalAuditDescription for the audit log entry if ForceAuditLog is true (optional)
OptionalExcludeWhether to exclude data from all prior view runs (optional)
OptionalExcludeID of a previous view run to exclude results from (optional)
OptionalExtraAdditional WHERE clause conditions to apply (optional). Accepts a plain string or a PlatformSQL object for multi-platform support. PlatformSQL objects are resolved to strings before GraphQL transport.
OptionalFieldsSpecific fields to return, if not specified returns all fields (optional)
OptionalForceWhether to force audit logging for this view execution (optional)
OptionalIgnoreWhether to ignore the view's MaxRows setting and return all results (optional)
OptionalMaxMaximum number of rows to return, overrides view setting if specified (optional)
OptionalOrderORDER BY clause for sorting results (optional). Accepts a plain string or a PlatformSQL object for multi-platform support. PlatformSQL objects are resolved to strings before GraphQL transport.
OptionalOverrideOverride the exclude filter with custom logic (optional)
OptionalResultType of result format: "simple", "entity_object", etc. (optional)
OptionalSaveWhether to save the view execution results for future reference (optional)
OptionalStartStarting row number for pagination (optional, 0-based)
OptionalUserSearch string to filter results across searchable fields (optional)
Name of the saved view to execute
Input type for RunViewByNameSystemUser method calls - executes a saved view by name