ParticipantStatus contains the tracking status for when a participant archived, opened or signed a transaction, or when their access to the transaction was revoked.
Name | Description | Qualification | Schema |
---|---|---|---|
archivedDate | Date and time for when a when a participant archived a transaction, represented by a java timestamp which is the number of milliseconds since January 1st, 1970. | Optional | integer (int64) |
openedDate | Date and time for when a when a participant opened a transaction, represented by a java timestamp which is the number of milliseconds since January 1st, 1970. | Optional | integer (int64) |
revokedDate | Date and time for when a when a participant's access to a transaction was revoked, represented by a java timestamp which is the number of milliseconds since January 1st, 1970. | Optional | integer (int64) |
signedDate | Date and time for when a when a participant signed a transaction, represented by a java timestamp which is the number of milliseconds since January 1st, 1970. | Optional | integer (int64) |