POST api/Documents/NotViewedPersonalDocOfEmploye/{employeId}
Get Not Viewed PersonalDoc (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:
[ "3ba0ca8a-7333-4a08-80f6-2a592abd4956", "7ca4c2d6-1a2d-4596-ae26-1f6b1772a29d" ]
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>3ba0ca8a-7333-4a08-80f6-2a592abd4956</guid> <guid>7ca4c2d6-1a2d-4596-ae26-1f6b1772a29d</guid> </ArrayOfguid>