Readonly
executedTimestamp for the creation of the log entry
Readonly
executedWhich device the action was performed on, typically 'iPhone', 'iPad', or 'Mac'
Readonly
executedThe latitude portion of the location recorded when action was executed, if location services are enabled.
Readonly
executedThe longitude portion of the location recorded when action was executed, if location services are enabled.
Readonly
logThe content of the log
Readonly
statusStatus of the log. "failed" indicates the action ended in an error, "completed" indicates successful completion of the action.
Optional
Readonly
actionThe Action object related to the log. This value may be undefined
if the action no longer exists.
Optional
Readonly
draftThe Draft object related to the log. This value may be undefined
if the action was performed without a draft in context, or if the related draft no longer exists.
Readonly
uuidUnique identifier
ActionLog objects represent entries in the action log. ActionLog objects are accessed using the
actionLogs
property of the Draft object.Example