GET api/Notification/GetMySPDismissals?empId={empId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
empId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SPDismissalName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ListId | globally unique identifier |
None. |
|
ListItemId | integer |
None. |
|
EmployeeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "a2da65f1-eeae-4713-8409-2d9a06bcb823", "listId": "96a7e540-58fb-492b-8ecc-e7d9124f44f0", "listItemId": 3, "employeeId": 4 }, { "id": "a2da65f1-eeae-4713-8409-2d9a06bcb823", "listId": "96a7e540-58fb-492b-8ecc-e7d9124f44f0", "listItemId": 3, "employeeId": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfSPDismissal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models"> <SPDismissal> <EmployeeId>4</EmployeeId> <Id>a2da65f1-eeae-4713-8409-2d9a06bcb823</Id> <ListId>96a7e540-58fb-492b-8ecc-e7d9124f44f0</ListId> <ListItemId>3</ListItemId> </SPDismissal> <SPDismissal> <EmployeeId>4</EmployeeId> <Id>a2da65f1-eeae-4713-8409-2d9a06bcb823</Id> <ListId>96a7e540-58fb-492b-8ecc-e7d9124f44f0</ListId> <ListItemId>3</ListItemId> </SPDismissal> </ArrayOfSPDismissal>