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:
[ "be587edb-1761-4f51-bee6-e7805e5ad6dd", "df128c42-3b13-489c-97e7-fb58e9a64f5d" ]
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>be587edb-1761-4f51-bee6-e7805e5ad6dd</guid> <guid>df128c42-3b13-489c-97e7-fb58e9a64f5d</guid> </ArrayOfguid>