Get All wildcard Suppression data
Implementation Notes
Gets All Wildcard Suppression.
Response Class (Status 200)
WildcardSuppression{
WildcardName(string, optional),
Reason(string, optional),
SuppressedBy( string, optional),
SuppressedDate ( string, optional),
}
Reason(string, optional),
SuppressedBy( string, optional),
SuppressedDate ( string, optional),
{
"WildcardName": "string",
"Reason": "string",
"SuppressedBy": "string",
"SuppressedDate": "2018-02-15T11:12:35.855Z"
}
Parameters
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| ApiKey | The Value of the API Key | Path | String |
Response Messages
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 403 | Access Denied | ||
| 404 | Not Found |