Get Subject Data
Path Parameters
- id string required
Subject's unique id
Responses
- 200
- 400
- 401
- 404
- 500
Subject Data successfully retrieved
- application/json
- Schema
- Example (from schema)
- Example
Schema
- governance_id string
Governance identifier
- namespace string
- owner string
Subject owner identifier
- properties string
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
{
"governance_id": "string",
"namespace": "string",
"owner": "string",
"properties": "string",
"public_key": "string",
"schema_id": "string",
"sn": 0,
"subject_id": "string"
}
{
"governance_id": "J7BgD3dqZ8vO4WEH7-rpWIH-IhMqaSDnuJ3Jb8K6KvL0",
"namespace": "namespace1",
"owner": "EFXv0jBIr6BtoqFMR7G_JBSuozRc2jZnu5VGUH2gy6-w",
"properties": "{\"localizacion\":\"España\",\"temperatura\":10}",
"public_key": "ELZ_b-kZzdPykcYuRNC2ZZe_2lCTCUoo60GXfR4cuXMw",
"schema_id": "Prueba",
"sn": 0,
"subject_id": "JKZgYhPjQdWNWWwkac0wSwqLKoOJsT0QimJmj6zjimWc"
}
Bad Request
Unauthorized
Not Found
Internal Server Error
Loading...