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:
[ "8dec1edd-7d51-4dc5-96bd-5ffa5de637eb", "c6f249c0-8e38-4182-9c9d-2ac78d759e83" ]
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>8dec1edd-7d51-4dc5-96bd-5ffa5de637eb</guid> <guid>c6f249c0-8e38-4182-9c9d-2ac78d759e83</guid> </ArrayOfguid>