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 SPDismissal| Name | 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": "e8037262-e39f-4abd-beb1-bdcfb11e6e36",
"listId": "2aac7b50-5f1a-4b78-b39e-2555a93fcbc8",
"listItemId": 3,
"employeeId": 4
},
{
"id": "e8037262-e39f-4abd-beb1-bdcfb11e6e36",
"listId": "2aac7b50-5f1a-4b78-b39e-2555a93fcbc8",
"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>e8037262-e39f-4abd-beb1-bdcfb11e6e36</Id>
<ListId>2aac7b50-5f1a-4b78-b39e-2555a93fcbc8</ListId>
<ListItemId>3</ListItemId>
</SPDismissal>
<SPDismissal>
<EmployeeId>4</EmployeeId>
<Id>e8037262-e39f-4abd-beb1-bdcfb11e6e36</Id>
<ListId>2aac7b50-5f1a-4b78-b39e-2555a93fcbc8</ListId>
<ListItemId>3</ListItemId>
</SPDismissal>
</ArrayOfSPDismissal>