GET api/Notification/GetMyDismissalsNotificationCategory?empId={empId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
empId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SPDismissalNotificationCategoryName | Description | Type | Additional information |
---|---|---|---|
CategoryId | integer |
None. |
|
Id | globally unique identifier |
None. |
|
ListId | globally unique identifier |
None. |
|
ListItemId | integer |
None. |
|
EmployeeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "categoryId": 1, "id": "52190087-e6bf-44cb-9e08-001bedacba63", "listId": "af580c6f-eaec-40db-a956-d4b30f53a317", "listItemId": 4, "employeeId": 5 }, { "categoryId": 1, "id": "52190087-e6bf-44cb-9e08-001bedacba63", "listId": "af580c6f-eaec-40db-a956-d4b30f53a317", "listItemId": 4, "employeeId": 5 } ]
application/xml, text/xml
Sample:
<ArrayOfSPDismissalNotificationCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models"> <SPDismissalNotificationCategory> <EmployeeId>5</EmployeeId> <Id>52190087-e6bf-44cb-9e08-001bedacba63</Id> <ListId>af580c6f-eaec-40db-a956-d4b30f53a317</ListId> <ListItemId>4</ListItemId> <CategoryId>1</CategoryId> </SPDismissalNotificationCategory> <SPDismissalNotificationCategory> <EmployeeId>5</EmployeeId> <Id>52190087-e6bf-44cb-9e08-001bedacba63</Id> <ListId>af580c6f-eaec-40db-a956-d4b30f53a317</ListId> <ListItemId>4</ListItemId> <CategoryId>1</CategoryId> </SPDismissalNotificationCategory> </ArrayOfSPDismissalNotificationCategory>