Get All Subjects Data
Query Parameters
- from integer
Number of initial subject
- quantity integer
Quantity of subjects requested
Responses
- 200
- 400
- 401
- 404
- 500
Subjects Data successfully retrieved
- application/json
- Schema
- Example (from schema)
- Example
Schema array
- 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"
},
{
"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...