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:
[ "b7e4807a-c203-46b9-b25e-ed62813f4b2a", "e80ab787-a417-49e1-9da8-5ce77d520b75" ]
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>b7e4807a-c203-46b9-b25e-ed62813f4b2a</guid> <guid>e80ab787-a417-49e1-9da8-5ce77d520b75</guid> </ArrayOfguid>