Skip to main content
Version: 0.3

Get events of a subject

Get events of a subject

Allows to obtain, with pagination, the list of events of a subject.

Path Parameters
  • id string required

    Subject's unique id

Query Parameters
  • from integer

    SN from which the event list should begin

  • quantity integer

    Quantity of events requested

Responses

Subjects Data successfully retrieved


Schema array
  • 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...