Skip to main content
Version: 0.1

Get the Event data of indicated Events

Path Parameters
  • id string required

    Subject's unique id

  • sn int64 required

    Event sn

Responses

Subjects Data successfully retrieved


Schema
  • event_content object

    Content of a TAPLE event

  • approved boolean
  • event_request object

    Request that originated the event. It contains basically the proposed change and the votes obtained related to it.

  • approvals object[]
  • content object
  • approval_type string

    Possible values: [Accept, Reject]

  • event_request_hash string
  • expected_sn int64
  • signer string
  • timestamp int64
  • signature string
  • request object
    oneOf

  • Create object
  • governance_id string
  • namespace string
  • payload object
    oneOf

  • Json string
  • schema_id string
  • signature object

    The format, in addition to the signature, includes additional information, namely the signer's identifier, the signature timestamp and the hash of the signed contents.

  • content object

    Defines the data used to generate the signature, as well as the signer's identifier.

  • event_content_hash string
  • signer string
  • timestamp int64
  • signature string
  • timestamp int64
  • metadata object

    Metadata of a TAPLE Event

  • governance_id string
  • governance_version int64
  • namespace string
  • owner string
  • schema_id string
  • previous_hash string
  • sn int64
  • state_hash string
  • subject_id string
  • signature object

    The format, in addition to the signature, includes additional information, namely the signer's identifier, the signature timestamp and the hash of the signed contents.

  • content object

    Defines the data used to generate the signature, as well as the signer's identifier.

  • event_content_hash string
  • signer string
  • timestamp int64
  • signature string
Loading...