GET api/Me/NotViewedPersonalDoc

Get Not Viewed PersonalDoc count

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "e5f4d7e4-5799-4015-b96f-e62331fe9bad",
  "c50cb33e-d634-41ab-af3f-6b6206d1663e"
]

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>e5f4d7e4-5799-4015-b96f-e62331fe9bad</guid>
  <guid>c50cb33e-d634-41ab-af3f-6b6206d1663e</guid>
</ArrayOfguid>