| Property | Description | Returns | 
|---|---|---|
| scheduledEvents | Get the scheduled events / tasks for this hook | Collection | 
| recurringEvent | Get the recurring event for this hook | Task | 
| id | int | |
| name | string | |
| text | string | |
| synchronous | bool | |
| batchPersistence | string | |
| created | DateTime | |
| modified | DateTime | |
| createdBy | User | |
| modifiedBy | User | |
| published | DateTime | |
| published | bool | |
| category | Category | |
| site | Site | |
| actions | Collection (BaseAction) | |
| entityEvents | Collection (EntityEvent) | |
| webEvents | Collection (WebEvent) | 
Hooks\Models\Api\Hook
Hook