Parameter | Description |
---|---|
ID | ID of the issue to return. |
{
"assignee": {
"email": "email"
},
"detected": 0,
"id": 0,
"item": {
"displayName": "string",
"issueDetails": {
"email": "string",
"name": "string"
},
"issueInitiator": {
"email": "string",
"name": "string"
},
"type": "string"
},
"policies": [
"string"
],
"severity": 0,
"source": "string",
"sourceId": "string",
"sourceLabel": "string",
"sourceType": "string",
"status": "string",
"type": "string",
"updated": 0,
"violationDetails": {
"publicLinks": [
{
"createdBy": {
"displayName": "string",
"email": "email"
},
"link": "string",
"views": 0
}
]
},
"webViewLink": "string"
}
Was this page helpful?