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:
[
  "5ee5df76-f722-4eaf-9f3a-200613dcf18c",
  "47d332af-4ec9-4f5c-a875-52727ac2d160"
]

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>5ee5df76-f722-4eaf-9f3a-200613dcf18c</guid>
  <guid>47d332af-4ec9-4f5c-a875-52727ac2d160</guid>
</ArrayOfguid>