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:
[
  "1afd63f0-b575-495a-bc6c-0ea0c54469c9",
  "23eadb6b-375d-4690-bb7f-6707f2024393"
]

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>1afd63f0-b575-495a-bc6c-0ea0c54469c9</guid>
  <guid>23eadb6b-375d-4690-bb7f-6707f2024393</guid>
</ArrayOfguid>