IssueInfoDrResponseList
IssueInfoDrResponseList
List of entities about: Issue information
JSON Example
{
"list": [
{
"entity": "string",
"entity_name": "string",
"description": "string",
"timestamp": "string",
"status": "string",
"issue_type": "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"
}
}
}
}