The ID of the entity action to run
OptionalEntityThe ID of the entity Use EntityName instead when possible for better code readability
OptionalEntityThe name of the entity This is the preferred way to identify an entity as it's more human-readable than EntityID
The type of invocation (SingleRecord, View, List, etc.)
OptionalListThe ID of the list to operate on This is used for List invocation types
OptionalParamsAdditional parameters to pass to the action
OptionalPrimaryThe primary key of the entity record to act on This is used for SingleRecord invocation types
OptionalViewThe ID of the view to operate on This is used for View invocation types
Input type for running entity actions