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:
[ "e28853c6-74aa-448a-9910-01ce63a9a188", "ca987798-d81b-4911-bd33-e7abff4dee11" ]
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>e28853c6-74aa-448a-9910-01ce63a9a188</guid> <guid>ca987798-d81b-4911-bd33-e7abff4dee11</guid> </ArrayOfguid>