Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

ParticipantStatus contains the tracking status for when a participant archived, opened or signed a transaction, or when their access to the transaction was revoked.

NameDescriptionQualificationSchema
archivedDateDate 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.Optionalinteger (int64)
openedDateDate 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.Optionalinteger (int64)
revokedDateDate 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.Optionalinteger (int64)
signedDateDate 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.Optionalinteger (int64)



  • No labels