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 5 Current »

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)

  • No labels