Skip to main content
Version: 0.2

Get an event from a subject

Get an event from a subject

Allows to obtain a specific event from a subject

Path Parameters
  • id string required

    Subject's unique id

  • sn int64 required

    Event sn

Responses

Subjects Data successfully retrieved


Schema
  • EventContentResponse object
  • appr_required boolean

    Value specifying if approval is required

  • approved boolean

    Value specifying if it has been approved

  • approvers object[]

    Signatures of the approvers

  • signer string

    Signature of the issuer

  • timestamp int64

    Timestamp at which the signature was made

  • value string

    Signature value

  • eval_success boolean

    Value specifying if the evaluation process has gone well

  • evaluators object[]

    Signatures of the evaluators

  • signer string

    Signature of the issuer

  • timestamp int64

    Timestamp at which the signature was made

  • value string

    Signature value

  • event_request object
  • EventRequestBody object
    oneOf

  • Create object
  • governance_id string

    Governance identifier

  • name string

    Name of subject

  • namespace string

    Namespace to which the subject belongs

  • public_key string

    Public key of the subject

  • schema_id string

    Subject schema json identifier

  • SignatureBody object
  • signer string

    Signature of the issuer

  • timestamp int64

    Timestamp at which the signature was made

  • value string

    Signature value

  • gov_version int64

    The version of the governance contract.

  • hash_prev_event string

    Previous event hash

  • patch

    Changes to be applied to the subject

  • sn int64

    Current sequence number of the subject

  • state_hash string

    Hash of the state

  • subject_id string

    Subject identifier

  • SignatureBody object
  • signer string

    Signature of the issuer

  • timestamp int64

    Timestamp at which the signature was made

  • value string

    Signature value

Loading...