VcInfoDrResponseList
VcInfoDrResponseList
List of entities about: Structure containing VC information.
JSON Example
{
"list": [
{
"url": "string",
"service_id": "string",
"node_id": "string",
"product_version": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}