GET AlertSearchAttempt/{key}
Gets the specified Alert Search Attempt by key.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key |
The key. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StormApi.Models.Alerts.AlertSearchAttemptRequestName | Description | Type | Additional information |
---|---|---|---|
AlertSearchAttemptKey | integer |
None. |
|
AlertSearchKey | integer |
None. |
|
CustomerReportKey | integer |
None. |
|
AlertStatus | string |
None. |
|
WasReportTriggered | boolean |
None. |
|
SearchResult | string |
None. |
|
IsRead | boolean |
None. |
|
AttemptData | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AlertSearchAttemptKey": 1, "AlertSearchKey": 2, "CustomerReportKey": 1, "AlertStatus": "sample string 3", "WasReportTriggered": true, "SearchResult": "sample string 5", "IsRead": true, "AttemptData": "sample string 7" }
application/xml, text/xml
Sample:
<AlertSearchAttemptRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AlertSearchAttemptKey>1</AlertSearchAttemptKey> <AlertSearchKey>2</AlertSearchKey> <CustomerReportKey>1</CustomerReportKey> <AlertStatus>sample string 3</AlertStatus> <WasReportTriggered>true</WasReportTriggered> <SearchResult>sample string 5</SearchResult> <IsRead>true</IsRead> <AttemptData>sample string 7</AttemptData> </AlertSearchAttemptRequest>