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:
[ "35bab8e3-1247-4187-9ef9-ea384f7deeea", "e21702a1-bfc5-4ac1-b7fc-0131940f0e57" ]
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>35bab8e3-1247-4187-9ef9-ea384f7deeea</guid> <guid>e21702a1-bfc5-4ac1-b7fc-0131940f0e57</guid> </ArrayOfguid>