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:
[ "2a6e36d9-d02d-4cc4-b41a-e52b2332a732", "311aec46-2161-4169-bef3-f431174b6330" ]
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>2a6e36d9-d02d-4cc4-b41a-e52b2332a732</guid> <guid>311aec46-2161-4169-bef3-f431174b6330</guid> </ArrayOfguid>