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:
[
  "acb0f7a4-3db1-4807-b087-c9bace59210a",
  "01f45312-d9d8-41a2-8dcf-f7e2b8539175"
]

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>acb0f7a4-3db1-4807-b087-c9bace59210a</guid>
  <guid>01f45312-d9d8-41a2-8dcf-f7e2b8539175</guid>
</ArrayOfguid>