POST /filteringlog/getDetail
The /filtering/getDetail endpoint allows you to retrieve processing details for a specific message, based on its message ID.
Requestcurl -X POST \
'https://cloud.vadesecure.com/rest/v3.0/filteringlog/getDetail' \
-H 'x-vrc-authorization: LOGIN:TOKEN' \
-H 'Content-type: application/json' \
--data '{
"userId": your_accountID,
"date": 1614947571000,
"messageId": "4DsRw...Rz1vRB",
"hostname":"vcfr1mtai06p.internal.vadesecure.com"
}'; echo
- x-vrc-authorization - Required
- string
- Accept
- application/json
- userId - Required
- integer
- date - Required
- integer
- messageId - Required
- string
- hostname - Required
- string
-
200
OK
application/json
- The response body contains a JSON blob. 400 Error application/json
- In case an error occurred, a 400 error is returned along with a JSON object
containing a description of the error, typically:
{"error": "error description"}
401
Unauthorized
application/json
- There was a problem authenticating your request.
- detail
- string
- analysisInfo
- string
- result
- string
{
"analysisInfo": null,
"detail": "id=<7ad63d01-2eb5-4995-b6bc-c...w)\r\n",
"result": "OK"
}