Skip to main content

Get AP Exception By ID And Type

Get an AP exception based on exception ID and type.

Parameters

ParameterDescription
Exception IDThe ID of the exception.
Exception TypeThe type of the exception.
ScopesThe 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

Workflow LibraryPreview this Workflow on desktop