PluginEventType (ver7.5)
This table contains the list of table/activity combinations available for subscription.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
EntityName | 7.5.0 | Varchar2(100) | The name of the database table for which the subscriber is notified of changes. Required |
EventType | 7.5.0 | Varchar2(100) | The type of activity performed on an entity from which the subscriber is notified of the change. For a list of valid types, see the PowerSchool API. Required. |
ID | 7.5.0 | Number(10,0) | Unique sequential number generated by the application. Required. |
WhenCreated | 7.5.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.5.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 7.5.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 7.5.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |