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:
[ "426ace0e-d16c-4539-95fd-e02ca614d68d", "b6054c11-1d10-44e8-8d7c-3efe7ed85d14" ]
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>426ace0e-d16c-4539-95fd-e02ca614d68d</guid> <guid>b6054c11-1d10-44e8-8d7c-3efe7ed85d14</guid> </ArrayOfguid>