Get feedback event detail report
GET https://{{host}}/etp-report/v3/configs/:configId/feedbacks/details?dimension={{dimension}}&dimensionValue={{dimensionValue}}&feedbackType={{feedbackType}}
Returns feedback information about a domain based on the feedback type.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dimension | string | (Required) Enum Optionally filter by a dimension of data. Refer to Filters for a complete list. | |
dimensionValue | string | (Required) The specified dimension value. Refer to Filters for a complete list. | |
feedbackType | string | (Required) The type of feedback to query. | |
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"ackMailSentTime":"2020-05-20T14:02:32Z","currentCategory":"C\u0026C","customerEmailId":"lgumpina@akamai.com","dimensionValue":"0uk.net.","feedbackDesc":"this is a bad domain","reportedTime":"2020-05-20T14:02:31Z","submittedBy":"afero","threatOpsNotifiedTime":"2020-05-20T14:02:32Z"}]