GET api/Notification/GetMyNotificationsBundle?empId={empId}&category={category}&checkListIDs={checkListIDs}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empId | integer |
Required |
|
| category | string |
None. |
|
| checkListIDs | string |
None. |
Body Parameters
None.
Response Information
Resource Description
NotificationBundle| Name | Description | Type | Additional information |
|---|---|---|---|
| spDismissalNotificationCategories | Collection of SPDismissalNotificationCategory |
None. |
|
| spDismissals | Collection of SPDismissal |
None. |
|
| notifications | Collection of NotificationResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"spDismissalNotificationCategories": [
{
"categoryId": 1,
"id": "398f106b-4803-4ebf-8cfd-19680cbf561c",
"listId": "bd35f29d-811e-43d3-bb26-ec175f587bca",
"listItemId": 4,
"employeeId": 5
},
{
"categoryId": 1,
"id": "398f106b-4803-4ebf-8cfd-19680cbf561c",
"listId": "bd35f29d-811e-43d3-bb26-ec175f587bca",
"listItemId": 4,
"employeeId": 5
}
],
"spDismissals": [
{
"id": "f560c957-7ba5-4922-83a2-135ed34a6333",
"listId": "2c640937-db8a-4e27-a7c0-5f4bf43f9c42",
"listItemId": 3,
"employeeId": 4
},
{
"id": "f560c957-7ba5-4922-83a2-135ed34a6333",
"listId": "2c640937-db8a-4e27-a7c0-5f4bf43f9c42",
"listItemId": 3,
"employeeId": 4
}
],
"notifications": [
{
"id": "cd747662-4797-4206-a504-0bc30e173323",
"varyBySegment": true,
"descriptionHtml": "sample string 3",
"category": "sample string 4",
"startDate": "2026-02-04T03:09:19.0644585+00:00",
"endDate": "2026-02-04T03:09:19.0644585+00:00",
"allowDismissal": "sample string 5",
"actionLink": "sample string 6",
"notificationType": "sample string 7",
"notificationImportance": "sample string 8",
"categoryId": 9,
"isDismissed": true
},
{
"id": "cd747662-4797-4206-a504-0bc30e173323",
"varyBySegment": true,
"descriptionHtml": "sample string 3",
"category": "sample string 4",
"startDate": "2026-02-04T03:09:19.0644585+00:00",
"endDate": "2026-02-04T03:09:19.0644585+00:00",
"allowDismissal": "sample string 5",
"actionLink": "sample string 6",
"notificationType": "sample string 7",
"notificationImportance": "sample string 8",
"categoryId": 9,
"isDismissed": true
}
]
}
application/xml, text/xml
Sample:
<NotificationBundle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models">
<notifications>
<NotificationResponse>
<ActionLink>sample string 6</ActionLink>
<AllowDismissal>sample string 5</AllowDismissal>
<Category>sample string 4</Category>
<CategoryId>9</CategoryId>
<DescriptionHtml>sample string 3</DescriptionHtml>
<EndDate>2026-02-04T03:09:19.0644585+00:00</EndDate>
<Id>cd747662-4797-4206-a504-0bc30e173323</Id>
<IsDismissed>true</IsDismissed>
<NotificationImportance>sample string 8</NotificationImportance>
<NotificationType>sample string 7</NotificationType>
<StartDate>2026-02-04T03:09:19.0644585+00:00</StartDate>
<VaryBySegment>true</VaryBySegment>
</NotificationResponse>
<NotificationResponse>
<ActionLink>sample string 6</ActionLink>
<AllowDismissal>sample string 5</AllowDismissal>
<Category>sample string 4</Category>
<CategoryId>9</CategoryId>
<DescriptionHtml>sample string 3</DescriptionHtml>
<EndDate>2026-02-04T03:09:19.0644585+00:00</EndDate>
<Id>cd747662-4797-4206-a504-0bc30e173323</Id>
<IsDismissed>true</IsDismissed>
<NotificationImportance>sample string 8</NotificationImportance>
<NotificationType>sample string 7</NotificationType>
<StartDate>2026-02-04T03:09:19.0644585+00:00</StartDate>
<VaryBySegment>true</VaryBySegment>
</NotificationResponse>
</notifications>
<spDismissalNotificationCategories>
<SPDismissalNotificationCategory>
<EmployeeId>5</EmployeeId>
<Id>398f106b-4803-4ebf-8cfd-19680cbf561c</Id>
<ListId>bd35f29d-811e-43d3-bb26-ec175f587bca</ListId>
<ListItemId>4</ListItemId>
<CategoryId>1</CategoryId>
</SPDismissalNotificationCategory>
<SPDismissalNotificationCategory>
<EmployeeId>5</EmployeeId>
<Id>398f106b-4803-4ebf-8cfd-19680cbf561c</Id>
<ListId>bd35f29d-811e-43d3-bb26-ec175f587bca</ListId>
<ListItemId>4</ListItemId>
<CategoryId>1</CategoryId>
</SPDismissalNotificationCategory>
</spDismissalNotificationCategories>
<spDismissals>
<SPDismissal>
<EmployeeId>4</EmployeeId>
<Id>f560c957-7ba5-4922-83a2-135ed34a6333</Id>
<ListId>2c640937-db8a-4e27-a7c0-5f4bf43f9c42</ListId>
<ListItemId>3</ListItemId>
</SPDismissal>
<SPDismissal>
<EmployeeId>4</EmployeeId>
<Id>f560c957-7ba5-4922-83a2-135ed34a6333</Id>
<ListId>2c640937-db8a-4e27-a7c0-5f4bf43f9c42</ListId>
<ListItemId>3</ListItemId>
</SPDismissal>
</spDismissals>
</NotificationBundle>