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:
[
  "b60bf042-2e53-4146-98f2-9aec73d20e40",
  "1f91c86b-f0ad-4d36-91ec-8d1ada20998b"
]

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>b60bf042-2e53-4146-98f2-9aec73d20e40</guid>
  <guid>1f91c86b-f0ad-4d36-91ec-8d1ada20998b</guid>
</ArrayOfguid>