POST presentation_gw/Utility/GetAlertById
Documentation for 'GetAlertById'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AlertId": "05bf0723-2932-4837-a84b-e831adfb452d",
"IsProtest": true
}
application/xml, text/xml
Sample:
<GetAlertByIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs.Requests"> <AlertId>05bf0723-2932-4837-a84b-e831adfb452d</AlertId> <IsProtest>true</IsProtest> </GetAlertByIdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"alertId": "0bd3cab7-ac0b-40e4-b4a2-836be16354b4",
"alertDate": "\/Date(1779288322800+0000)\/",
"sendDate": "\/Date(1779288322800+0000)\/",
"read": true,
"eventTextId": "sample string 1",
"infoCreditizia": null,
"infoPubblicheProtesto": null,
"IsMonitoraggioWeb": true,
"BestAdvice": "sample string 3",
"Message": "sample string 4",
"ShortMessage": "sample string 5",
"Link": "sample string 6",
"Value": "sample string 7",
"AlertsRelated": [
1,
2,
3
],
"Category": "sample string 8",
"Severity": "sample string 9",
"SeverityLabel": "sample string 10",
"FoundDate": "\/Date(1779288322800+0000)\/",
"ServiceName": "sample string 11",
"FoundDateOnly": "sample string 12",
"RatingScore": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.