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:
[
  "8ef08e3f-e6c0-4799-92db-bbbe45d08960",
  "6109342a-692a-483f-bd0a-1dd9a212edfd"
]

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>8ef08e3f-e6c0-4799-92db-bbbe45d08960</guid>
  <guid>6109342a-692a-483f-bd0a-1dd9a212edfd</guid>
</ArrayOfguid>