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:
[ "09460add-6eda-4462-aa3f-a86e822ced11", "f9c42da2-8490-4799-ad2f-6ef12b7b694c" ]
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>09460add-6eda-4462-aa3f-a86e822ced11</guid> <guid>f9c42da2-8490-4799-ad2f-6ef12b7b694c</guid> </ArrayOfguid>