POST Notification/findbyid
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Data": {
"SenderID": "47cbe935-394b-43ed-8bc0-aed67767d8aa",
"ReceiverID": "29ab5c75-854c-4b40-a249-7989faf54275",
"Link": "sample string 3",
"Icon": 0,
"Message": "sample string 4",
"Status": 0,
"ID": "03f98b9f-e52d-4a35-8dd2-81e8f730de1e",
"UserInsert": "sample string 6",
"DateInsert": "2026-02-08T22:30:51.5659706-08:00",
"UserUpdate": "sample string 8",
"DateUpdate": "2026-02-08T22:30:51.5659706-08:00"
},
"IsSuccess": true,
"ErrorCode": 2,
"ErrorDescription": "sample string 3"
}
application/xml, text/xml
Sample:
<ActionResultOfNotificationyF_PE8d68 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Invelli.Rest">
<ErrorCode>2</ErrorCode>
<ErrorDescription>sample string 3</ErrorDescription>
<IsSuccess>true</IsSuccess>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">
<d2p1:DateInsert>2026-02-08T22:30:51.5659706-08:00</d2p1:DateInsert>
<d2p1:DateUpdate>2026-02-08T22:30:51.5659706-08:00</d2p1:DateUpdate>
<d2p1:ID>03f98b9f-e52d-4a35-8dd2-81e8f730de1e</d2p1:ID>
<d2p1:UserInsert>sample string 6</d2p1:UserInsert>
<d2p1:UserUpdate>sample string 8</d2p1:UserUpdate>
<d2p1:Icon>Bell</d2p1:Icon>
<d2p1:Link>sample string 3</d2p1:Link>
<d2p1:Message>sample string 4</d2p1:Message>
<d2p1:ReceiverID>29ab5c75-854c-4b40-a249-7989faf54275</d2p1:ReceiverID>
<d2p1:SenderID>47cbe935-394b-43ed-8bc0-aed67767d8aa</d2p1:SenderID>
<d2p1:Status>New</d2p1:Status>
</Data>
</ActionResultOfNotificationyF_PE8d68>