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:
[
  "d368b3b7-a066-4b1c-941d-fdb847bc9b46",
  "beed00fd-fbf5-4f3e-a573-06d000d4313e"
]

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>d368b3b7-a066-4b1c-941d-fdb847bc9b46</guid>
  <guid>beed00fd-fbf5-4f3e-a573-06d000d4313e</guid>
</ArrayOfguid>