Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/safety/safety/safety/issue/all' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"engineeringId": 0,
"issueDescription": "",
"discoveryDate": "",
"building": "",
"issueLocation": "",
"facility": "",
"damageType": "",
"issueType": "",
"issueSeverity": "",
"reference": "",
"hazardName": ""
}
]
}