GET api/notifications/GetUserNotification/{notificationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| notificationId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfNotifications| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | boolean |
None. |
|
| Ok | boolean |
None. |
|
| Errors | Collection of Error |
None. |
|
| Data | Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": false,
"Ok": true,
"Errors": [
{
"Id": "sample string 1",
"Entity": "sample string 2",
"Message": "sample string 3"
},
{
"Id": "sample string 1",
"Entity": "sample string 2",
"Message": "sample string 3"
}
],
"Data": {
"Id": "96765bd1-c4d5-4c89-ba5d-023e16d8716e",
"NotificationTypeId": 2,
"Title": "sample string 3",
"Content": "sample string 4",
"Subject": "sample string 5",
"DateAdded": "2026-03-24T19:55:44.7969995-04:00",
"ModifyDate": "2026-03-24T19:55:44.7969995-04:00",
"ExpireDate": "2026-03-24T19:55:44.7969995-04:00",
"ModifyUser": "sample string 9",
"Rules": [
{
"Id": "b5ab3c52-88fa-4164-9c35-f04300ce1fb6",
"NotificationId": "9ddd9a1e-4ff8-4358-897f-113ef3e9a9e5",
"RuleType": 3,
"DateAdded": "2026-03-24T19:55:44.7969995-04:00",
"LastUpdated": "2026-03-24T19:55:44.7969995-04:00",
"RuleItems": [
{
"Id": "015c8cae-9981-4ab7-8432-17265a50a9c3",
"ItemTypeId": 2,
"RuleType": 3,
"NotificationRuleId": "464f5c58-7d21-47a6-b092-4f793308d627",
"Data": "sample string 5"
},
{
"Id": "015c8cae-9981-4ab7-8432-17265a50a9c3",
"ItemTypeId": 2,
"RuleType": 3,
"NotificationRuleId": "464f5c58-7d21-47a6-b092-4f793308d627",
"Data": "sample string 5"
}
]
},
{
"Id": "b5ab3c52-88fa-4164-9c35-f04300ce1fb6",
"NotificationId": "9ddd9a1e-4ff8-4358-897f-113ef3e9a9e5",
"RuleType": 3,
"DateAdded": "2026-03-24T19:55:44.7969995-04:00",
"LastUpdated": "2026-03-24T19:55:44.7969995-04:00",
"RuleItems": [
{
"Id": "015c8cae-9981-4ab7-8432-17265a50a9c3",
"ItemTypeId": 2,
"RuleType": 3,
"NotificationRuleId": "464f5c58-7d21-47a6-b092-4f793308d627",
"Data": "sample string 5"
},
{
"Id": "015c8cae-9981-4ab7-8432-17265a50a9c3",
"ItemTypeId": 2,
"RuleType": 3,
"NotificationRuleId": "464f5c58-7d21-47a6-b092-4f793308d627",
"Data": "sample string 5"
}
]
}
]
}
}
application/xml, text/xml
Sample:
<ResultOfNotificationstIP6mEEe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/A2.Jbl.Api.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/jblCommonUtilities.Marketing">
<d2p1:Content>sample string 4</d2p1:Content>
<d2p1:DateAdded>2026-03-24T19:55:44.7969995-04:00</d2p1:DateAdded>
<d2p1:ExpireDate>2026-03-24T19:55:44.7969995-04:00</d2p1:ExpireDate>
<d2p1:Id>96765bd1-c4d5-4c89-ba5d-023e16d8716e</d2p1:Id>
<d2p1:ModifyDate>2026-03-24T19:55:44.7969995-04:00</d2p1:ModifyDate>
<d2p1:ModifyUser>sample string 9</d2p1:ModifyUser>
<d2p1:NotificationTypeId>2</d2p1:NotificationTypeId>
<d2p1:Rules>
<d2p1:NotificationRules>
<d2p1:DateAdded>2026-03-24T19:55:44.7969995-04:00</d2p1:DateAdded>
<d2p1:Id>b5ab3c52-88fa-4164-9c35-f04300ce1fb6</d2p1:Id>
<d2p1:LastUpdated>2026-03-24T19:55:44.7969995-04:00</d2p1:LastUpdated>
<d2p1:NotificationId>9ddd9a1e-4ff8-4358-897f-113ef3e9a9e5</d2p1:NotificationId>
<d2p1:RuleItems>
<d2p1:NotificationRuleItemData>
<d2p1:Data>sample string 5</d2p1:Data>
<d2p1:Id>015c8cae-9981-4ab7-8432-17265a50a9c3</d2p1:Id>
<d2p1:ItemTypeId>2</d2p1:ItemTypeId>
<d2p1:NotificationRuleId>464f5c58-7d21-47a6-b092-4f793308d627</d2p1:NotificationRuleId>
<d2p1:RuleType>3</d2p1:RuleType>
</d2p1:NotificationRuleItemData>
<d2p1:NotificationRuleItemData>
<d2p1:Data>sample string 5</d2p1:Data>
<d2p1:Id>015c8cae-9981-4ab7-8432-17265a50a9c3</d2p1:Id>
<d2p1:ItemTypeId>2</d2p1:ItemTypeId>
<d2p1:NotificationRuleId>464f5c58-7d21-47a6-b092-4f793308d627</d2p1:NotificationRuleId>
<d2p1:RuleType>3</d2p1:RuleType>
</d2p1:NotificationRuleItemData>
</d2p1:RuleItems>
<d2p1:RuleType>3</d2p1:RuleType>
</d2p1:NotificationRules>
<d2p1:NotificationRules>
<d2p1:DateAdded>2026-03-24T19:55:44.7969995-04:00</d2p1:DateAdded>
<d2p1:Id>b5ab3c52-88fa-4164-9c35-f04300ce1fb6</d2p1:Id>
<d2p1:LastUpdated>2026-03-24T19:55:44.7969995-04:00</d2p1:LastUpdated>
<d2p1:NotificationId>9ddd9a1e-4ff8-4358-897f-113ef3e9a9e5</d2p1:NotificationId>
<d2p1:RuleItems>
<d2p1:NotificationRuleItemData>
<d2p1:Data>sample string 5</d2p1:Data>
<d2p1:Id>015c8cae-9981-4ab7-8432-17265a50a9c3</d2p1:Id>
<d2p1:ItemTypeId>2</d2p1:ItemTypeId>
<d2p1:NotificationRuleId>464f5c58-7d21-47a6-b092-4f793308d627</d2p1:NotificationRuleId>
<d2p1:RuleType>3</d2p1:RuleType>
</d2p1:NotificationRuleItemData>
<d2p1:NotificationRuleItemData>
<d2p1:Data>sample string 5</d2p1:Data>
<d2p1:Id>015c8cae-9981-4ab7-8432-17265a50a9c3</d2p1:Id>
<d2p1:ItemTypeId>2</d2p1:ItemTypeId>
<d2p1:NotificationRuleId>464f5c58-7d21-47a6-b092-4f793308d627</d2p1:NotificationRuleId>
<d2p1:RuleType>3</d2p1:RuleType>
</d2p1:NotificationRuleItemData>
</d2p1:RuleItems>
<d2p1:RuleType>3</d2p1:RuleType>
</d2p1:NotificationRules>
</d2p1:Rules>
<d2p1:Subject>sample string 5</d2p1:Subject>
<d2p1:Title>sample string 3</d2p1:Title>
</Data>
<Error>false</Error>
<Errors>
<Error>
<Entity>sample string 2</Entity>
<Id>sample string 1</Id>
<Message>sample string 3</Message>
</Error>
<Error>
<Entity>sample string 2</Entity>
<Id>sample string 1</Id>
<Message>sample string 3</Message>
</Error>
</Errors>
<Ok>true</Ok>
</ResultOfNotificationstIP6mEEe>