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:
[ "9a5fbfff-a60c-47fb-8c1d-d37b5d8bcad2", "a5f39caf-4611-4260-9ec7-2106ebfe4e67" ]
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>9a5fbfff-a60c-47fb-8c1d-d37b5d8bcad2</guid> <guid>a5f39caf-4611-4260-9ec7-2106ebfe4e67</guid> </ArrayOfguid>