Skip to main content
Version: Next

Get subject by ID

Get subject by ID Allows to obtain a specific subject by means of its identifier

Path Parameters
  • id string required

    Subject's unique id

Responses

Subject Data successfully retrieved


Schema
  • active boolean

    Indicates if the subject is active or not

  • creator string

    Subject creator identifier

  • governance_id string

    Governance identifier

  • name string

    The name of the subject.

  • namespace string

    Namespace of the subject

  • owner string

    Subject owner identifier

  • properties

    Current status of the subject

  • public_key string

    Public key of the subject

  • schema_id string

    Identifier of the schema used by the subject and defined in associated governance

  • sn int64

    Current sequence number of the subject

  • subject_id string

    Subject identifier

Loading...