GET api/Me/NotViewedDocUtils

Get Not Viewed DocUtils 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:
[
  "f0a9b99a-cf6f-4aec-bae6-825c949c5c1a",
  "fc9d93ec-cf68-4f70-acbf-d6da3d631eaa"
]

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>f0a9b99a-cf6f-4aec-bae6-825c949c5c1a</guid>
  <guid>fc9d93ec-cf68-4f70-acbf-d6da3d631eaa</guid>
</ArrayOfguid>