Get AP Exception By ID And Type
Get an AP exception based on exception ID and type.
Parameters
Parameter | Description |
---|---|
Exception ID | The ID of the exception. |
Exception Type | The type of the exception. |
Scopes | The scopes for the request. |
Example Output
{
"responseData": [
{
"actionNeeded": "",
"addedBy": "",
"attachmentMd5": "",
"comment": "Comment",
"editedBy": "",
"entityId": "Entity Id",
"ignoringSpfCheck": false,
"linkDomainMatching": "",
"linkDomains": "",
"recipient": "",
"recipientMatching": "",
"senderClientIp": "",
"senderDomain": "",
"senderDomainMatching": "",
"senderEmail": "",
"senderEmailMatching": "",
"senderIp": "",
"senderName": "",
"senderNameMatching": "",
"subject": "Subject",
"subjectMatching": "",
"updateTime": ""
}
],
"responseEnvelope": {
"additionalText": "",
"recordsNumber": 0,
"requestId": "Requestid",
"responseCode": 0,
"responseText": "",
"scrollId": "Scrollid"
}
}
Workflow Library Example
Get Ap Exception by Id and Type with Check Point Harmony and Send Results Via Email
Preview this Workflow on desktop