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:
[
  "824ed236-2579-4f82-8973-db39081c0152",
  "496c00dc-6bb1-4b2f-b675-0ced7b98f8be"
]

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>824ed236-2579-4f82-8973-db39081c0152</guid>
  <guid>496c00dc-6bb1-4b2f-b675-0ced7b98f8be</guid>
</ArrayOfguid>