GET api/emailconfirmation/{confirmationType}/{subscriptionAction}/{guid}/{reportId}
Subscribe or unsubscribe
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| confirmationType |
The confirmation type |
EmailConfirmationType |
Required |
| subscriptionAction |
The subscription action |
EmailConfirmationAction |
Required |
| guid |
The contact guid |
string |
Required |
| reportId |
The id of the alert/report |
unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |