GET api/Documents/NotViewedDocUtilsOfEmploye/{employeId}
Get Not Viewed DocUtils (GUID only) of target employe
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "8a6960e4-8b04-4e31-9945-75938dc38bc9", "9b0b373f-f2c3-42ca-ab02-76a896655550" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>8a6960e4-8b04-4e31-9945-75938dc38bc9</guid> <guid>9b0b373f-f2c3-42ca-ab02-76a896655550</guid> </ArrayOfguid>