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:
[ "da97591b-d3be-4a6c-a38a-d4a0479d61e2", "df3eeccb-b611-4368-ae42-bf7dedcd7771" ]
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>da97591b-d3be-4a6c-a38a-d4a0479d61e2</guid> <guid>df3eeccb-b611-4368-ae42-bf7dedcd7771</guid> </ArrayOfguid>