Actions
Get AP Exception By ID And Type
Get an AP exception based on exception ID and type.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Exception ID | The ID of the exception. |
| Exception Type | The type of the exception. |
| Scopes | The scopes for the request. |
{
"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"
}
}
Was this page helpful?