Pending Work Events
A PendingWorkEvent is a log record for pending file work failures, such as GPG Encryption and GPG Decryption.
List Pending Work Events
SDK Method
pendingworkevent.List()
Return Object
[]*PendingWorkEvent
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
Show Pending Work Event
SDK Method
pendingworkevent.Find()
Return Object
PendingWorkEvent
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
PendingWorkEventFindParams Fields
| Field | Description |
|---|---|
| Id int64 Required | Pending Work Event ID. |
The PendingWorkEvent Object
Some of the methods above return a PendingWorkEvent object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Id int64 | Event ID |
| EventType string | Type of pending work event being recorded. |
| Status string | Status of event. Possible values: success, failure, partial_failure, in_progress, skipped |
| Body string | Event body. |
| EventErrors array(string) | Event errors. |
| CreatedAt date-time | Event create date/time. |
| BodyUrl string | Link to log file. |
| FolderBehaviorId int64 | Folder Behavior ID. |