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:
[ "4c70ee40-d9c4-41cf-bf02-fe6cea5cf10e", "9da88800-6b90-4422-bdc6-3ca0e5f687e2" ]
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>4c70ee40-d9c4-41cf-bf02-fe6cea5cf10e</guid> <guid>9da88800-6b90-4422-bdc6-3ca0e5f687e2</guid> </ArrayOfguid>