Get Governance Data
Path Parameters
- id string required
Governance'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": "",
"namespace": "",
"owner": "EFXv0jBIr6BtoqFMR7G_JBSuozRc2jZnu5VGUH2gy6-w",
"properties": "{\"members\":[{\"description\":\"Sede en España\",\"id\":\"Compañía1\",\"key\":\"EFXv0jBIr6BtoqFMR7G_JBSuozRc2jZnu5VGUH2gy6-w\",\"tags\":{}},{\"description\":\"Sede en Inglaterra\",\"id\":\"Compañía2\",\"key\":\"ECQnl-h1vEWmu-ZlPuweR3N1x6SUImyVdPrCLmnJJMyU\",\"tags\":{}}],\"schemas\":[{\"content\":{\"additionalProperties\":false,\"properties\":{\"localizacion\":{\"type\":\"string\"},\"temperatura\":{\"type\":\"integer\"}},\"required\":[\"temperatura\",\"localizacion\"],\"type\":\"object\"},\"id\":\"Prueba\",\"tags\":{}}]}",
"public_key": "E2tlKVr6wA2GZKoSZi_dwIuz2TVUTCCDpOOwiE2SJbWc",
"schema_id": "",
"sn": 0,
"subject_id": "J7BgD3dqZ8vO4WEH7-rpWIH-IhMqaSDnuJ3Jb8K6KvL0"
}
Bad Request
Unauthorized
Not Found
Internal Server Error
Loading...