OptionalAuditDescription for the audit log entry if ForceAuditLog is true (optional)
Name of the entity to query (e.g., "Users", "Companies")
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 MaxRows limits and return all results (optional)
OptionalMaxMaximum number of rows to return (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)
OptionalStartStarting row number for pagination (optional, 0-based)
OptionalUserSearch string to filter results across searchable fields (optional)
Input type for RunDynamicViewSystemUser method calls - creates and executes a view dynamically based on entity