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:
[ "0290153d-3595-4731-929c-9a0b788b0d64", "e9a37916-105c-4d76-86d9-a9be25183764" ]
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>0290153d-3595-4731-929c-9a0b788b0d64</guid> <guid>e9a37916-105c-4d76-86d9-a9be25183764</guid> </ArrayOfguid>