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:
[ "c16a58d7-411d-4f35-933a-729847a2e7d8", "0c47d5bf-dac2-4d93-aedc-577bd6b07a1a" ]
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>c16a58d7-411d-4f35-933a-729847a2e7d8</guid> <guid>0c47d5bf-dac2-4d93-aedc-577bd6b07a1a</guid> </ArrayOfguid>